tor-browser

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

Cargo.toml (284B)


      1 [package]
      2 name = "unicode-bidi-ffi"
      3 version = "0.1.0"
      4 license = "MPL-2.0"
      5 authors = ["Jonathan Kew <jkew@mozilla.com>"]
      6 edition = "2021"
      7 
      8 [dependencies]
      9 unicode-bidi = { version = "0.3.15", features = ["smallvec"] }
     10 icu_properties = { version = "2.0.0", features = ["unicode_bidi"] }