repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git]
/
build
/
rust
/
wasi
/
Cargo.toml
blob
e1f392a9610431cbb4994b82846850ce1313dfb6
1
[package]
2
name = "wasi"
3
version = "0.10.0+wasi-snapshot-preview999"
4
edition = "2018"
5
license = "MPL-2.0"
6
7
[lib]
8
path = "lib.rs"
9
10
[dependencies.wasi]
11
version = "0.11"
12
default-features = false
13
14
[features]
15
default = ["wasi/default"]
16
rustc-dep-of-std = ["wasi/rustc-dep-of-std"]
17
std = ["wasi/std"]