tor-browser

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

Cargo.toml (283B)


      1 [package]
      2 edition = "2021"
      3 name = "locale_service_glue"
      4 version = "0.1.0"
      5 license = "MPL-2.0"
      6 authors = ["Eemeli Aro <eemeli@mozilla.com>"]
      7 
      8 [dependencies]
      9 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     10 
     11 [dependencies.icu_locale]
     12 version = "~2.0.0"
     13 default-features = false