tor-browser

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

Cargo.toml (475B)


      1 [package]
      2 name = "abridged_certs"
      3 version = "0.1.0"
      4 edition = "2021"
      5 authors = ["Dennis Jackson <djackson@mozilla.com>"]
      6 license = "MPL-2.0"
      7 
      8 [dependencies]
      9 base64 = "0.21.0"
     10 byteorder = "1.2.7"
     11 cstr = "0.2"
     12 lazy_static = "1.4.0"
     13 nserror = { path = "../../../../xpcom/rust/nserror" }
     14 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     15 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
     16 xpcom = { path = "../../../../xpcom/rust/xpcom" }
     17 log = "0.4"
     18 hex = "0.4.3"