Gamal/Cargo.toml
alterwain@protonmail.com 0e0371f4da new file: .gitignore
new file:   Cargo.lock
	new file:   Cargo.toml
	new file:   src/main.rs
2025-03-08 02:46:28 +03:00

11 lines
272 B
TOML

[package]
name = "Gamal"
version = "0.1.0"
edition = "2021"
[dependencies]
arti-client = { version = "0.28.0", features = ["onion-service-client", "onion-service-service", "pt-client"] }
tokio = { version = "1", features = ["full"] }
env_logger = "0.11.6"
log = "0.4.20"