trisquel-icecat/icecat/netwerk/protocol/http/oblivious_http/Cargo.toml
2025-10-06 02:35:48 -06:00

11 lines
364 B
TOML

[package]
name = "oblivious_http"
version = "0.1.0"
edition = "2021"
[dependencies]
nserror = { path = "../../../../xpcom/rust/nserror" }
ohttp = { version = "0.5", 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" }