tor-browser

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

Cargo.toml (296B)


      1 [package]
      2 name = "hashbrown"
      3 version = "0.13.999"
      4 edition = "2021"
      5 
      6 [lib]
      7 path = "lib.rs"
      8 
      9 [features]
     10 default = ["hashbrown/default"]
     11 ahash = ["hashbrown/ahash"]
     12 inline-more = ["hashbrown/inline-more"]
     13 raw = ["hashbrown/raw"]
     14 
     15 [dependencies.hashbrown]
     16 version = "0.15.2"
     17 default-features = false