mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Improved cargo packaging
This commit is contained in:
parent
1882aa8fd6
commit
9d02cef0c2
10
Cargo.toml
10
Cargo.toml
@ -6,6 +6,16 @@ edition = "2018"
|
|||||||
repository = "https://github.com/wafoundation/wasmer"
|
repository = "https://github.com/wafoundation/wasmer"
|
||||||
publish = false
|
publish = false
|
||||||
build = "src/build_spectests.rs"
|
build = "src/build_spectests.rs"
|
||||||
|
include = [
|
||||||
|
"examples/**/*",
|
||||||
|
"src/**/*",
|
||||||
|
"Cargo.lock",
|
||||||
|
"Cargo.toml",
|
||||||
|
"LICENSE",
|
||||||
|
"Makefile",
|
||||||
|
"README.md",
|
||||||
|
"rustfmt.toml"
|
||||||
|
]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cranelift-native = "0.22.0"
|
cranelift-native = "0.22.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user