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 -1
View File
@@ -114,4 +114,8 @@ journald = [ "tracing-journald" ]
# Use bundled libsqlite instead of linking against system-provided.
bundled-libs = ["garage_db/bundled-libs"]
# Link against system-provided libsodium and libzstd.
system-libs = [ "garage_block/system-libs", "garage_rpc/system-libs", "sodiumoxide/use-pkg-config" ]
system-libs = [
"garage_block/system-libs",
"garage_rpc/system-libs",
"sodiumoxide/use-pkg-config",
]
+4 -1
View File
@@ -1,7 +1,10 @@
[package]
name = "k2v-client"
version = "0.0.4"
authors = ["Trinity Pointard <trinity.pointard@gmail.com>", "Alex Auvolat <alex@adnab.me>"]
authors = [
"Trinity Pointard <trinity.pointard@gmail.com>",
"Alex Auvolat <alex@adnab.me>",
]
edition = "2018"
license = "AGPL-3.0"
description = "Client library for the Garage K2V protocol"
+7
View File
@@ -0,0 +1,7 @@
include = ["**/Cargo.toml", "taplo.toml"]
[formatting]
indent_string = " "
compact_inline_tables = false
compact_arrays = true
inline_table_expand = false