tor-browser

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

Cargo.toml (243B)


      1 [package]
      2 name = "mozglue-static"
      3 version = "0.1.0"
      4 edition = "2018"
      5 license = "MPL-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [dependencies]
     11 arrayvec = "0.7"
     12 
     13 [build-dependencies]
     14 mozbuild = "0.1"
     15 cc = "1"
     16 rustc_version = "0.4"
     17 
     18 [features]
     19 moz_memory = []