summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 45ee3c4f919620df88509f668096aeb6b6b583a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "tabprint"
version = "0.0.1"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/tabprint"
readme = "README.md"
authors = [ "Pierre-Henri Symoneaux" ]
keywords = ["tab", "table", "format", "pretty", "aligned"]
license = "BSD-3-Clause"

[[bin]]

name = "tabprint"