Bug 1866777 - Disable test_race_cache_with_network.js on windows opt for frequent...
[gecko.git] / storage / variant / Cargo.toml
blob26e30ea1cea22e0f49d154b1204e6e2c697a387e
1 [package]
2 name = "storage_variant"
3 version = "0.1.0"
4 authors = [
5     "Lina Cambridge <lina@yakshaving.ninja>",
6     "Myk Melez <myk@mykzilla.org>"
8 license = "MPL-2.0"
10 [dependencies]
11 libc = "0.2"
12 nserror = { path = "../../xpcom/rust/nserror" }
13 nsstring = { path = "../../xpcom/rust/nsstring" }
14 xpcom = { path = "../../xpcom/rust/xpcom" }