tor-browser

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

Cargo.toml (316B)


      1 [package]
      2 name = "qwac-trust-anchors"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 static_prefs = { path = "../../../../modules/libpref/init/static_prefs" }
      8 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
      9 
     10 [build-dependencies]
     11 base64 = "0.22"
     12 rsclientcerts-util = { path = "../rsclientcerts-util" }