tor-hs-clearweb-mirror/Cargo.toml

14 lines
324 B
TOML
Raw Normal View History

2023-11-20 08:48:45 +01:00
[package]
name = "tor-hs-clearweb-mirror"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-11-22 10:13:00 +01:00
actix-web = "4.4.0"
2023-11-20 08:48:45 +01:00
arti-client = "0.11.0"
eyre = "0.6.8"
tokio = { version = "1.34.0", features = ["full"] }
tor-rtcompat = "0.9.5"