summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/oblivious_http/Cargo.toml
blob: e15cd2f74fb81a669bbcafcbf7a1e47645f29c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "oblivious_http"
version = "0.1.0"
edition = "2021"

[dependencies]
nserror = { path = "../../../../xpcom/rust/nserror" }
ohttp = { version = "0.3", default-features = false, features = ["gecko", "nss", "client", "server"] }
rand = "0.8"
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
xpcom = { path = "../../../../xpcom/rust/xpcom" }