diff options
Diffstat (limited to 'arti')
| -rw-r--r-- | arti/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arti/Cargo.toml b/arti/Cargo.toml index bef205f00..275f04138 100644 --- a/arti/Cargo.toml +++ b/arti/Cargo.toml @@ -16,7 +16,7 @@ async-std = [ "tor-client/async-std", "tor-rtcompat/async-std" ] tokio = [ "tor-client/tokio", "tor-rtcompat/tokio" ] [dependencies] -tor-client = { path = "../tor-client", version="0.0.0", default-features=false } +tor-client = { path = "../tor-client", version="0.0.0" } tor-dirmgr = { path="../tor-dirmgr", version="0.0.0" } tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } tor-socksproto = { path="../tor-socksproto", version="0.0.0" } |
