mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-09-01 09:48:23 +00:00
chore: add taplo.toml and resave Cargo.toml
Signed-off-by: Gwen Lg <me@gwenlg.fr>
This commit is contained in:
+5
-5
@@ -28,8 +28,8 @@ parking_lot = { workspace = true, optional = true }
|
||||
mktemp.workspace = true
|
||||
|
||||
[features]
|
||||
default = [ "lmdb", "sqlite" ]
|
||||
bundled-libs = [ "rusqlite?/bundled" ]
|
||||
lmdb = [ "heed" ]
|
||||
fjall = [ "dep:fjall", "dep:parking_lot" ]
|
||||
sqlite = [ "rusqlite", "r2d2", "r2d2_sqlite" ]
|
||||
default = ["lmdb", "sqlite"]
|
||||
bundled-libs = ["rusqlite?/bundled"]
|
||||
lmdb = ["heed"]
|
||||
fjall = ["dep:fjall", "dep:parking_lot"]
|
||||
sqlite = ["rusqlite", "r2d2", "r2d2_sqlite"]
|
||||
|
||||
Reference in New Issue
Block a user