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

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

[[bin]]

name = "main"

[lib]
name = "prettytable"