summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:54:23 +0200
committerpierresy <pierre-henri.symoneaux@alcatel-lucent.com>2015-06-08 21:54:23 +0200
commitd6615ead27ab7784e4ea4e0c7310c577c916c3df (patch)
tree40ef49917574d42523412bcb9bb28564a075b64f /Cargo.toml
parentf1071c26aaa94b38738792df98cf28a732762b63 (diff)
Renamed to prettytable-rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 21706cf..c77c6db 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "tabprint"
+name = "prettytable-rs"
version = "0.1.0"
description = "A small rust library that print aligned and formatted tables"
repository = "https://github.com/phsym/tabprint"
@@ -11,4 +11,7 @@ license = "BSD-3-Clause"
[[bin]]
-name = "main" \ No newline at end of file
+name = "main"
+
+[lib]
+name = "prettytable" \ No newline at end of file