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.
9 lines
264 B
9 lines
264 B
5 months ago
|
[package]
|
||
|
cargo-toml-patch-comments = [
|
||
|
"drop features for building with bundled dependencies",
|
||
|
"drop Windows- and WASM-specific features and dependencies",
|
||
|
"drop unused optional rusqlite_macros dependency",
|
||
|
"drop unused support for sqlcipher",
|
||
|
]
|
||
|
|