tor-browser

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

Cargo.toml (644B)


      1 [package]
      2 name = "data_storage"
      3 version = "0.0.1"
      4 edition = "2021"
      5 license = "MPL-2.0"
      6 
      7 [dependencies]
      8 byteorder = "1"
      9 cstr = "0.2"
     10 firefox-on-glean = { path = "../../../../toolkit/components/glean/api" }
     11 log = "0.4"
     12 malloc_size_of_derive = { path = "../../../../xpcom/rust/malloc_size_of_derive" }
     13 moz_task = { path = "../../../../xpcom/rust/moz_task" }
     14 nserror = { path = "../../../../xpcom/rust/nserror" }
     15 nsstring = { path = "../../../../xpcom/rust/nsstring" }
     16 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
     17 wr_malloc_size_of = { path = "../../../../gfx/wr/wr_malloc_size_of" }
     18 xpcom = { path = "../../../../xpcom/rust/xpcom" }