diff options
Diffstat (limited to 'crates/tor-error/Cargo.toml')
| -rw-r--r-- | crates/tor-error/Cargo.toml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index 0cf0c73be..9e9153b4a 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -13,7 +13,14 @@ categories = ["rust-patterns"] [features] default = ["backtrace", "futures"] -full = ["backtrace", "futures", "tracing", "http", "retry-error/full"] +full = [ + "backtrace", + "futures", + "tracing", + "http", + "retry-error/full", + "web-time-compat/full", +] experimental = ["experimental-api", "rpc"] experimental-api = ["rpc", "__is_experimental"] |
