summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-17 23:30:00 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-17 23:31:02 +0200
commit5f1775a1f1c39acd75a72813ada6eeafd8616f28 (patch)
treeceb7a110228f06e9884ea34db9bfd475029af39f /Cargo.toml
parent1ef61e0be3384f9ac630df985179fad13dd1170e (diff)
Added link to documentation in readme and cargo.toml file
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fd6bf29..0e6272e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ name = "prettytable-rs"
version = "0.1.0"
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"]