chore: add taplo.toml and resave Cargo.toml

Signed-off-by: Gwen Lg <me@gwenlg.fr>
This commit is contained in:
Gwen Lg
2025-10-29 00:51:48 +01:00
parent 33d37b24bd
commit 295c850380
10 changed files with 49 additions and 35 deletions
+5 -5
View File
@@ -41,8 +41,8 @@ futures.workspace = true
tokio.workspace = true
[features]
default = [ "lmdb", "sqlite" ]
k2v = [ "garage_util/k2v" ]
lmdb = [ "garage_db/lmdb" ]
sqlite = [ "garage_db/sqlite" ]
fjall = [ "garage_db/fjall" ]
default = ["lmdb", "sqlite"]
k2v = ["garage_util/k2v"]
lmdb = ["garage_db/lmdb"]
sqlite = ["garage_db/sqlite"]
fjall = ["garage_db/fjall"]