summaryrefslogtreecommitdiff
path: root/crates/arti-relay/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-relay/Cargo.toml')
-rw-r--r--crates/arti-relay/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index c5e796bf9..d946aa6b0 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -47,8 +47,7 @@ tor-config-path = { path = "../tor-config-path", version = "0.32.0" }
tor-error = { path = "../tor-error", version = "0.32.0" }
tor-keymgr = { path = "../tor-keymgr", version = "0.32.0", features = ["keymgr", "ephemeral-keystore"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" }
-# TODO RELAY compile in memquota tracking by default? with a calculated limit maybe, even?
-tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false }
+tor-memquota = { version = "0.32.0", path = "../tor-memquota" }
tor-netdir = { path = "../tor-netdir", version = "0.32.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" }
tor-proto = { path = "../tor-proto", version = "0.32.0", features = ["tokio"] }