tor-browser

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

Cargo.toml (394B)


      1 [package]
      2 name = "storage"
      3 description = "Rust bindings for mozStorage."
      4 version = "0.1.0"
      5 authors = ["Lina Cambridge <lina@yakshaving.ninja>"]
      6 edition = "2018"
      7 license = "MPL-2.0"
      8 
      9 [dependencies]
     10 libc = "0.2"
     11 nserror = { path = "../../xpcom/rust/nserror" }
     12 nsstring = { path = "../../xpcom/rust/nsstring" }
     13 storage_variant = { path = "../variant" }
     14 xpcom = { path = "../../xpcom/rust/xpcom" }