Commit 138287be authored by Nick Mathewson's avatar Nick Mathewson 🤹
Browse files

Reformat tor-dirclient Cargo.toml

parent d778a922
Loading
Loading
Loading
Loading
+15 −13
Original line number Diff line number Diff line
@@ -39,5 +39,7 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
    "tokio",
    "native-tls",
] }