diff options
Diffstat (limited to 'tor-circmgr/Cargo.toml')
| -rw-r--r-- | tor-circmgr/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-circmgr/Cargo.toml b/tor-circmgr/Cargo.toml index f30cb9804..974fe5b8b 100644 --- a/tor-circmgr/Cargo.toml +++ b/tor-circmgr/Cargo.toml @@ -14,13 +14,13 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version="0.0.0", default-features=false } +tor-chanmgr = { path="../tor-chanmgr", version="0.0.0" } tor-netdir = { path="../tor-netdir", version="0.0.0" } tor-netdoc = { path="../tor-netdoc", version="0.0.0" } tor-proto = { path="../tor-proto", version="0.0.0" } retry-error = { path="../retry-error", version="0.0.0" } tor-linkspec = { path="../tor-linkspec", version="0.0.0" } -tor-rtcompat = { path="../tor-rtcompat", version="0.0.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version="0.0.0" } async-trait = "0.1.48" futures = "0.3.13" |
