tor-browser

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

Cargo.toml (337B)


      1 [package]
      2 name = "crypto_hash"
      3 version = "0.1.0"
      4 edition = "2021"
      5 
      6 [dependencies]
      7 base64 = "0.22"
      8 digest = "0.10.2"
      9 libc = "0.2"
     10 md-5 = "0.10.2"
     11 nserror = { path = "../../../../xpcom/rust/nserror" }
     12 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     13 sha1 = "0.10.2"
     14 sha2 = "0.10.2"
     15 xpcom = { path = "../../../../xpcom/rust/xpcom" }