Cargo.toml (273B)
1 [package] 2 name = "wasi" 3 version = "0.11.999" 4 edition = "2018" 5 license = "MPL-2.0" 6 7 [lib] 8 path = "lib.rs" 9 10 [dependencies.wasi] 11 version = "0.14.0" 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"]