14 lines
324 B
TOML
14 lines
324 B
TOML
[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]
|
|
actix-web = "4.4.0"
|
|
arti-client = "0.11.0"
|
|
eyre = "0.6.8"
|
|
tokio = { version = "1.34.0", features = ["full"] }
|
|
tor-rtcompat = "0.9.5"
|