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.
14 lines
343 B
14 lines
343 B
[package]
|
|
cargo-toml-patch-comments = [
|
|
"drop unused support for the aws-lc-rs crypto backend",
|
|
"drop unused x509-parser support",
|
|
"drop botan dev-dependency (Rust bindings for botan are not packaged)",
|
|
]
|
|
|
|
[scripts]
|
|
prep.post = [
|
|
"# drop example that depends on x509-parser support",
|
|
"rm examples/sign-leaf-with-ca.rs",
|
|
]
|
|
|