summaryrefslogtreecommitdiff
path: root/crates/arti-testing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-testing/Cargo.toml')
-rw-r--r--crates/arti-testing/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 6c43e696a..5b0fded54 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -15,7 +15,7 @@ publish = false
[features]
[dependencies]
-arti = { package = "arti", path = "../arti", version = "0.4.0"}
+arti = { package = "arti", path = "../arti", version = "0.4.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [
"dirfilter",
] }
@@ -27,9 +27,9 @@ tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0"
"dangerous-expose-struct-fields",
] }
tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
anyhow = "1.0.23"
async-trait = "0.1.2"