arti/client-demo/Cargo.toml

27 lines
736 B
TOML
Raw Normal View History

[package]
name = "client-demo"
version = "0.0.0"
authors = ["Nick Mathewson <nickm@torproject.org>"]
edition = "2018"
license = "MIT OR Apache-2.0"
publish = false
[dependencies]
tor-circmgr = { path="../tor-circmgr", version= "*" }
2020-10-30 11:41:23 +00:00
tor-chanmgr = { path="../tor-chanmgr", version= "*" }
tor-netdir = { path="../tor-netdir", version= "*" }
tor-netdoc = { path="../tor-netdoc", version= "*" }
tor-proto = { path="../tor-proto", version= "*" }
2020-11-04 20:01:25 +00:00
tor-socksproto = { path="../tor-socksproto", version= "*" }
2020-09-09 15:59:22 +01:00
tor-linkspec = { path="../tor-linkspec", version= "*" }
2020-09-10 00:17:49 +01:00
async-native-tls = "0.3.3"
2020-09-29 21:43:16 +01:00
async-std = "1.6.5"
2020-11-05 21:56:29 +00:00
futures = "0.3.7"
2020-09-10 00:17:49 +01:00
log = "0.4.11"
native-tls = "0.2.4"
2020-09-10 00:17:49 +01:00
rand = "0.7.3"
simple-logging = "2.0.2"
2020-11-10 17:27:10 +00:00
thiserror = "1.0.22"
2020-11-05 21:56:29 +00:00
argh = "0.1.4"