11 lines
364 B
TOML
11 lines
364 B
TOML
[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" }
|