tor-browser

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

Cargo.toml (470B)


      1 [package]
      2 name = "marionette"
      3 version = "0.7.0"
      4 authors = ["Mozilla"]
      5 description = "Library implementing the client side of Gecko's Marionette remote automation protocol."
      6 edition = "2018"
      7 keywords = ["mozilla", "firefox", "marionette", "webdriver"]
      8 license = "MPL-2.0"
      9 repository = "https://hg.mozilla.org/mozilla-central/file/tip/testing/geckodriver/marionette"
     10 
     11 [dependencies]
     12 serde = { version = "1.0", features = ["derive"] }
     13 serde_json = "1.0"
     14 serde_repr = "0.1"