tor-browser

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

Cargo.toml (289B)


      1 [package]
      2 name = "rustc-hash"
      3 version = "1.999.999"
      4 edition = "2018"
      5 license = "Apache-2.0 OR MIT"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies.rustc-hash]
     11 version = "2.1.1"
     12 default-features = false
     13 
     14 [features]
     15 default = ["rustc-hash/default"]
     16 std = ["rustc-hash/std"]
     17 rand = ["rustc-hash/rand"]