Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / build / rust / wasi / Cargo.toml
blobe1f392a9610431cbb4994b82846850ce1313dfb6
1 [package]
2 name = "wasi"
3 version = "0.10.0+wasi-snapshot-preview999"
4 edition = "2018"
5 license = "MPL-2.0"
7 [lib]
8 path = "lib.rs"
10 [dependencies.wasi]
11 version = "0.11"
12 default-features = false
14 [features]
15 default = ["wasi/default"]
16 rustc-dep-of-std = ["wasi/rustc-dep-of-std"]
17 std = ["wasi/std"]