mirror of
https://github.com/logos-storage/tor-experiments.git
synced 2026-01-02 22:03:12 +00:00
16 lines
421 B
TOML
16 lines
421 B
TOML
[package]
|
|
name = "tor-experiments"
|
|
authors = ["M.A. Alghazwi."]
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["tor", "privacy", "anonymity"]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.75"
|
|
arti-client = { version = "0.35", features = ["full"] }
|
|
arti-ureq = "0.35"
|
|
tor-rtcompat = "0.35"
|
|
tor-circmgr = "0.35"
|
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "io-util"] }
|
|
futures = "0.3.14" |