tor-browser

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

Cargo.toml (233B)


      1 [package]
      2 name = "viaduct-necko"
      3 version = "0.1.0"
      4 edition = "2021"
      5 rust-version.workspace = true
      6 
      7 [dependencies]
      8 async-trait = "0.1"
      9 error-support = "0.1"
     10 futures-channel = "0.3"
     11 url = "2"
     12 viaduct = "0.1"
     13 
     14 [lib]
     15 path = "src/lib.rs"