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-prodash/SOURCES/rust2rpm.toml

21 lines
337 B

[features]
hide = [
"crosstermion",
"tui",
"tui-react",
"render-line",
"render-line-crossterm",
"render-tui",
"render-tui-crossterm",
"unit-duration"
]
[requires]
build = ["tomcli"]
[scripts.prep]
pre = [
"# Drop benchmark dependency",
"tomcli-set Cargo.toml del 'dev-dependencies.criterion'"
]