tor-browser

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

Cargo.toml (224B)


      1 [package]
      2 edition = "2015"
      3 name = "gluesmith"
      4 version = "0.1.0"
      5 authors = ["Christian Holler"]
      6 license = "MPL-2.0"
      7 
      8 [dependencies]
      9 wasm-smith = "0.243.0"
     10 arbitrary = { version = "1.0.0", features = ["derive"] }
     11 libc = "0.2"