summaryrefslogtreecommitdiffstats
path: root/browser/app/nmhproxy/Cargo.toml
blob: d4327732937c1605ba2ce2f4e4961be6a7d9b4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "nmhproxy"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
description = "A lightweight native messaging listener executable for the Firefox Bridge extension which launches Firefox in regular or private modes, avoiding the need to convert Firefox itself into a listener."

[[bin]]
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"