tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Cargo.toml (366B)


      1 [package]
      2 name = "oblivious_http"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 nserror = { path = "../../../../xpcom/rust/nserror" }
      8 ohttp = { version = "0.7.2", default-features = false, features = ["gecko", "nss", "client", "server"] }
      9 rand = "0.8"
     10 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
     11 xpcom = { path = "../../../../xpcom/rust/xpcom" }