summaryrefslogtreecommitdiffstats
path: root/browser/app/nmhproxy/Cargo.toml
blob: 14746d51b619585ad83f712783ae7a5464ae1b56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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]
mozbuild = "0.1"
mozilla-central-workspace-hack = { version = "0.1", features = ["nmhproxy"], optional = true }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = "1.0"
url = "2.4"