tor-browser

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

Cargo.toml (145B)


      1 [package]
      2 name = "dist-bin"
      3 version = "0.1.0"
      4 edition = "2021"
      5 license = "MPL-2.0"
      6 
      7 [lib]
      8 path = "lib.rs"
      9 
     10 [build-dependencies]
     11 mozbuild = "0.1"