Skip to content
Snippets Groups Projects
Commit 9a3205ae authored by Ian Jackson's avatar Ian Jackson
Browse files

arti-config abolition: Add deps to tor-config

These are needed to support the code which is moving.
parent cdde8784
No related branches found
No related tags found
No related merge requests found
......@@ -3428,6 +3428,7 @@ dependencies = [
"directories",
"dirs",
"educe",
"fs-mistrust",
"once_cell",
"paste",
"regex",
......@@ -3435,6 +3436,7 @@ dependencies = [
"serde",
"serde_json",
"shellexpand-fork",
"tempfile",
"thiserror",
"toml",
"tor-basic-utils",
......
......@@ -23,6 +23,7 @@ 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.1.0" }
once_cell = "1"
paste = "1"
regex = { version = "1", default-features = false, features = ["std"] }
......@@ -37,5 +38,6 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
dirs = "4.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
tempfile = "3"
toml = "0.5"
tracing-test = "0.2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment