Reformat tor-guardmgr/Cargo.toml

This commit is contained in:
Nick Mathewson 2022-04-07 12:11:09 -04:00
parent 99146da2c2
commit ae92f626fb
1 changed files with 12 additions and 12 deletions

View File

@ -18,16 +18,16 @@ default = []
testing = []
[dependencies]
tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0"}
tor-config = { path = "../tor-config", version = "0.2.0"}
tor-error = { path = "../tor-error", version = "0.2.0"}
tor-netdir = { path = "../tor-netdir", version = "0.2.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
tor-persist = { path = "../tor-persist", version = "0.2.0"}
tor-proto = { path = "../tor-proto", version = "0.2.0"}
tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
tor-units = { path = "../tor-units", version = "0.2.0"}
tor-basic-utils = { path = "../tor-basic-utils", version = "0.2.0" }
tor-config = { path = "../tor-config", version = "0.2.0" }
tor-error = { path = "../tor-error", version = "0.2.0" }
tor-netdir = { path = "../tor-netdir", version = "0.2.0" }
tor-linkspec = { path = "../tor-linkspec", version = "0.2.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0" }
tor-persist = { path = "../tor-persist", version = "0.2.0" }
tor-proto = { path = "../tor-proto", version = "0.2.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0" }
tor-units = { path = "../tor-units", version = "0.2.0" }
derive_builder = "0.11"
derive_more = "0.99"
@ -44,7 +44,7 @@ tracing = "0.1.18"
[dev-dependencies]
tor-netdir = { path = "../tor-netdir", version = "0.2.0", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
tor-netdoc = { path = "../tor-netdoc", version = "0.2.0" }
tor-persist = { path = "../tor-persist", version = "0.2.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.2.0"}
tor-rtmock = { path = "../tor-rtmock", version = "0.2.0" }