diff options
Diffstat (limited to 'crates/tor-config')
| -rw-r--r-- | crates/tor-config/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index 7bce1bbe7..e5e1dc4db 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -16,14 +16,14 @@ default = ["expand-paths"] expand-paths = ["shellexpand", "directories"] [dependencies] -tor-error = { path = "../tor-error", version = "0.3.1"} -tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1"} +tor-error = { path = "../tor-error", version = "0.3.1" } +tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1" } thiserror = "1" config = { version = "0.13", default-features = false, features = ["toml"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } educe = "0.4.6" -fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"} +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" } itertools = "0.10.1" once_cell = "1" paste = "1" |
