mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-08 20:42:19 +08:00
Cargo.toml: be explicit about what bundled-full omits
This commit is contained in:
@@ -63,10 +63,10 @@ column_decltype = []
|
|||||||
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
|
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
|
||||||
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
|
winsqlite3 = ["libsqlite3-sys/winsqlite3"]
|
||||||
|
|
||||||
# Helper feature for enabling both `bundled` and most non-build-related optional
|
# Helper feature for enabling both `bundled` and most non-build-related
|
||||||
# features or dependencies. This is useful for running tests / clippy / etc. New
|
# optional features or dependencies (except `session`). This is useful for
|
||||||
# features and optional dependencies that don't conflict with anything else
|
# running tests / clippy / etc. New features and optional dependencies that
|
||||||
# should be added here.
|
# don't conflict with anything else should be added here.
|
||||||
bundled-full = [
|
bundled-full = [
|
||||||
"array",
|
"array",
|
||||||
"backup",
|
"backup",
|
||||||
|
Reference in New Issue
Block a user