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.
rust-writeable/rust2rpm.toml

16 lines
500 B

[package]
cargo-toml-patch-comments = [
# This would be a candidate for automated patching with tomcli if it were
# an unconditional dependency, but given it is
# target.'cfg(not(target_arch = \"wasm32\"))', manual patching is easier.
"Drop benchmark-only criterion dependency",
# Starting with writeable 0.6:
# "Omit removed examples from Cargo.toml",
]
[scripts.prep]
pre = [
"# Avoid a dependency on the internal icu_benchmark_macros crate",
"rm -rv examples/",
]