diff options
Diffstat (limited to 'crates/tor-consdiff/Cargo.toml')
| -rw-r--r-- | crates/tor-consdiff/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index a68e7c110..e72b1003e 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] -full = ["tor-llcrypto/full"] +full = ["tor-llcrypto/full", "tor-error/full", "tor-netdoc/full"] experimental = ["slow-diff-apply"] slow-diff-apply = ["__is_experimental"] |
