summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
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]]