summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-05-28 14:13:15 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-05-28 14:19:10 +0200
commitd7511dc07c33c4d4a0a312644ba65b65681a54ad (patch)
tree6d7dbcd6f1e1a56535087af449c846dbf1a3fd1c /Cargo.toml
parent365817f413fd3c921634a0fc716974e142525fa7 (diff)
Updated examples and cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 47a1256..45ee3c4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,12 @@
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]]