mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-26 07:58:14 +00:00
chore: add taplo.toml and resave Cargo.toml
Signed-off-by: Gwen Lg <me@gwenlg.fr>
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
include = ["**/Cargo.toml", "taplo.toml"]
|
||||
|
||||
[formatting]
|
||||
indent_string = " "
|
||||
compact_inline_tables = false
|
||||
compact_arrays = true
|
||||
inline_table_expand = false
|
||||
Reference in New Issue
Block a user