garage/src/format-table/Cargo.toml

13 lines
282 B
TOML
Raw Normal View History

[package]
name = "format_table"
2023-05-17 11:06:37 +00:00
version = "0.1.1"
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"