summaryrefslogtreecommitdiff
path: root/crates/tor-async-utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-async-utils/Cargo.toml')
-rw-r--r--crates/tor-async-utils/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index d1c1d8315..df05ac221 100644
--- a/crates/tor-async-utils/Cargo.toml
+++ b/crates/tor-async-utils/Cargo.toml
@@ -15,6 +15,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
educe = "0.4.6"
futures = "0.3.14"
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
void = "1"