diff options
Diffstat (limited to 'crates/tor-config/Cargo.toml')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index 7511573aa..a13c1a40e 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -65,6 +65,7 @@ void = "1" serde_json = "1.0.50" tempfile = "3" test-temp-dir = { version = "0.3.5", path = "../test-temp-dir" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0", features = ["serde"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" |
