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.
20 lines
387 B
20 lines
387 B
[package]
|
|
cargo-install-bin = false
|
|
cargo-toml-patch-comments = [
|
|
"drop cbindgen executable from the compat package",
|
|
"bump heck dependency from 0.4 to 0.5",
|
|
"bump serial_test dev-dependency from 0.5 to 3.1",
|
|
]
|
|
|
|
[requires]
|
|
test = [
|
|
"/usr/bin/cython",
|
|
"/usr/bin/gcc",
|
|
"/usr/bin/g++",
|
|
]
|
|
|
|
[tests]
|
|
run = ["none"]
|
|
comments = ["tests require the cbindgen executable"]
|
|
|