tor-browser

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

Cargo.toml (346B)


      1 [package]
      2 name = "l10nregistry-ffi-gtest"
      3 version = "0.1.0"
      4 authors = ["The Mozilla Project Developers"]
      5 license = "MPL-2.0"
      6 description = "Tests for rust bindings to l10nRegistry"
      7 edition = "2018"
      8 
      9 [dependencies]
     10 l10nregistry-ffi = { path = "../l10nregistry-ffi" }
     11 moz_task = { path = "../../../../xpcom/rust/moz_task" }
     12 
     13 [lib]
     14 path = "test.rs"