summaryrefslogtreecommitdiff
path: root/crates/tor-keymgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-keymgr/Cargo.toml')
-rw-r--r--crates/tor-keymgr/Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 2721d341f..5a4b8c9da 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -23,7 +23,9 @@ full = [
"tor-key-forge/full",
"tor-llcrypto/full",
"tor-config/full",
- "tor-persist/full", "tor-basic-utils/full",
+ "tor-persist/full",
+ "tor-basic-utils/full",
+ "tor-config-path/full",
]
# Enable experimental APIs that are not yet officially supported.