diff options
Diffstat (limited to 'crates/tor-proto/Cargo.toml')
| -rw-r--r-- | crates/tor-proto/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 5e09870b5..d6385da5c 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -81,6 +81,7 @@ rand = "0.8" rand_core = "0.6.2" safelog = { path = "../safelog", version = "0.4.2" } slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" } +static_assertions = "1" subtle = "2" thiserror = "2" tokio-crate = { package = "tokio", version = "1.7", optional = true } |
