tor-browser

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

Cargo.toml (353B)


      1 [package]
      2 edition = "2021"
      3 name = "mozprofile"
      4 version = "0.9.4"
      5 authors = ["Mozilla"]
      6 description = "Library for working with Mozilla profiles."
      7 keywords = [
      8    "firefox",
      9    "mozilla",
     10 ]
     11 license = "MPL-2.0"
     12 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozprofile"
     13 
     14 [dependencies]
     15 tempfile = "3"
     16 thiserror = "1"