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
+2 -2
View File
@@ -14,9 +14,9 @@ path = "lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
garage_model = { workspace = true, features = [ "k2v" ] }
garage_model = { workspace = true, features = ["k2v"] }
garage_table.workspace = true
garage_util = { workspace = true, features = [ "k2v" ] }
garage_util = { workspace = true, features = ["k2v"] }
garage_api_common.workspace = true
base64.workspace = true