tor-browser

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

Cargo.toml (287B)


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