aboutsummaryrefslogtreecommitdiff
path: root/src/format-table/Cargo.toml
blob: b2f074d71cfd95323ce1c614441612c902b7f1fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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"