Split format_table into separate crate and reduce k2v-client dependencies

This commit is contained in:
Alex Auvolat
2023-05-17 13:01:37 +02:00
parent b66f247580
commit a1cec2cd60
14 changed files with 102 additions and 47 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "format_table"
version = "0.1.0"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
license = "AGPL-3.0"
description = "Format tables with a stupid API"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
readme = "README.md"
[lib]
path = "lib.rs"