tor-browser

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

Cargo.toml (317B)


      1 [package]
      2 name = "binary_http"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 nserror = { path = "../../../../xpcom/rust/nserror" }
      8 nsstring = { path = "../../../../xpcom/rust/nsstring" }
      9 bhttp = "0.7.2"
     10 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
     11 xpcom = { path = "../../../../xpcom/rust/xpcom" }