aboutsummaryrefslogtreecommitdiff
path: root/src/format-table/Cargo.toml
blob: 9e31e211c4380e7f9223e30ad4b6f2af2b467ee7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "format_table"
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"