You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
408 B
23 lines
408 B
[package]
|
|
cargo-toml-patch-comments = [
|
|
"make bindgen build-dependency non-optional",
|
|
"fix logic for included / excluded files",
|
|
"exclude files that are only useful for upstream development",
|
|
]
|
|
|
|
[features]
|
|
hide = [
|
|
"no_wasm_shim",
|
|
]
|
|
|
|
[requires]
|
|
build = ["pkgconfig(libzstd)"]
|
|
lib = ["pkgconfig(libzstd)"]
|
|
|
|
[scripts]
|
|
prep.post = [
|
|
"# * remove bundled zstd sources",
|
|
"rm -vr zstd/",
|
|
]
|
|
|