diff options
Diffstat (limited to 'crates/tor-chanmgr/Cargo.toml')
| -rw-r--r-- | crates/tor-chanmgr/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 3455a6e73..74beb46d4 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -14,10 +14,10 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} -tor-error = { path = "../tor-error", version = "0.3.1"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} -tor-proto = { path = "../tor-proto", version = "0.3.1"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" } +tor-error = { path = "../tor-error", version = "0.3.1" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" } +tor-proto = { path = "../tor-proto", version = "0.3.1" } tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} @@ -34,5 +34,5 @@ thiserror = "1" float_eq = "0.7" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } |
