tor-browser

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

Cargo.toml (276B)


      1 [package]
      2 name = "unic-langid-ffi"
      3 version = "0.1.0"
      4 license = "MPL-2.0"
      5 authors = ["Zibi Braniecki <zibi@braniecki.net>"]
      6 edition = "2018"
      7 
      8 [dependencies]
      9 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     10 unic-langid = { version = "0.9", features = ["likelysubtags"] }