mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-24 18:02:13 +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"
|
||||
publish = false
|
||||
build = "src/build_spectests.rs"
|
||||
include = [
|
||||
"examples/**/*",
|
||||
"src/**/*",
|
||||
"Cargo.lock",
|
||||
"Cargo.toml",
|
||||
"LICENSE",
|
||||
"Makefile",
|
||||
"README.md",
|
||||
"rustfmt.toml"
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
cranelift-native = "0.22.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user