tor-browser

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

Cargo.toml (448B)


      1 [package]
      2 authors = ["The Servo Project Developers"]
      3 description = "Internal utility to measure memory usage in WebRender."
      4 name = "wr_malloc_size_of"
      5 version = "0.2.2"
      6 license = "MIT OR Apache-2.0"
      7 edition = "2018"
      8 
      9 [lib]
     10 path = "lib.rs"
     11 
     12 [features]
     13 default = ["app_units", "euclid"]
     14 
     15 [dependencies]
     16 app_units = { version = "0.7", optional = true }
     17 euclid = { version = "0.22", optional = true }
     18 once_cell = { version = "1.2.0", optional = true }