tor-browser

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

Cargo.toml (284B)


      1 [package]
      2 name = "toml"
      3 version = "0.5.999"
      4 edition = "2018"
      5 license = "MIT/Apache-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies.toml]
     11 version = "0.9.8"
     12 default-features = false
     13 
     14 [features]
     15 default = ["toml/default"]
     16 indexmap = ["toml/indexmap"]
     17 preserve-order = ["toml/preserve-order"]