summaryrefslogtreecommitdiffstats
path: root/browser/app/nmhproxy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/app/nmhproxy/Cargo.toml')
-rw-r--r--browser/app/nmhproxy/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/browser/app/nmhproxy/Cargo.toml b/browser/app/nmhproxy/Cargo.toml
index 14746d51b6..d432773293 100644
--- a/browser/app/nmhproxy/Cargo.toml
+++ b/browser/app/nmhproxy/Cargo.toml
@@ -10,8 +10,10 @@ name = "nmhproxy"
path = "src/main.rs"
[dependencies]
+dirs = "4"
mozbuild = "0.1"
mozilla-central-workspace-hack = { version = "0.1", features = ["nmhproxy"], optional = true }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1.0"
+tempfile = "3"
url = "2.4"