tor-browser

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

Cargo.toml (193B)


      1 [package]
      2 name = "half"
      3 version = "1.999.999"
      4 edition = "2018"
      5 license = "MIT OR Apache-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies.half]
     11 version = "2.5.0"
     12 
     13 default-features = false
     14 
     15 [features]