tor-browser

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

Cargo.toml (236B)


      1 [package]
      2 edition = "2015"
      3 name = "data-encoding-ffi"
      4 version = "0.1.0"
      5 license = "MPL-2.0"
      6 authors = ["The Mozilla Project Developers"]
      7 
      8 [dependencies]
      9 data-encoding = "2.2.1"
     10 nsstring = { path = "../../../../../xpcom/rust/nsstring" }