tor-browser

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

Cargo.toml (639B)


      1 [package]
      2 edition = "2021"
      3 name = "mozdevice"
      4 version = "0.5.4"
      5 authors = ["Mozilla"]
      6 description = "Client library for the Android Debug Bridge (adb)"
      7 keywords = [
      8    "adb",
      9    "android",
     10    "firefox",
     11    "geckoview",
     12    "mozilla",
     13 ]
     14 license = "MPL-2.0"
     15 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/mozbase/rust/mozdevice"
     16 
     17 [dependencies]
     18 log = { version = "0.4", features = ["std"] }
     19 once_cell = "1.4.0"
     20 regex = { version = "1", default-features = false, features = ["perf", "std"] }
     21 tempfile = "3"
     22 thiserror = "1.0.25"
     23 walkdir = "2"
     24 unix_path = "1.0"
     25 uuid = { version = "1.0", features = ["serde", "v4"] }