tor-browser

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

Cargo.toml (405B)


      1 [package]
      2 name = "midir_impl"
      3 version = "0.1.0"
      4 authors = ["Gabriele Svelto"]
      5 edition = "2018"
      6 license = "MPL-2.0"
      7 
      8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
      9 
     10 [dependencies]
     11 midir = "0.10.3"
     12 nsstring = { path = "../../../xpcom/rust/nsstring/" }
     13 uuid = { version = "1.0", features = ["v4"] }
     14 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }