diff options
Diffstat (limited to 'crates/tor-log-ratelim/Cargo.toml')
| -rw-r--r-- | crates/tor-log-ratelim/Cargo.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml index 4de09096e..a36669809 100644 --- a/crates/tor-log-ratelim/Cargo.toml +++ b/crates/tor-log-ratelim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-log-ratelim" -version = "0.0.1" +version = "0.1.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.70" @@ -14,6 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] default = [] +full = ["tor-error/full", "tor-rtcompat/full"] [dependencies] @@ -21,8 +22,8 @@ futures = "0.3.14" humantime = "2" once_cell = "1.18" thiserror = "1" -tor-error = { path = "../tor-error", version = "0.5.4" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } +tor-error = { path = "../tor-error", version = "0.5.5" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" } tracing = "0.1.36" weak-table = "0.3.0" |
