summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 176b268..62e6c61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.6.6"
+version = "0.6.7"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"
@@ -12,6 +12,11 @@ keywords = ["tab", "table", "format", "pretty", "print"]
categories = ["command-line-interface"]
license = "BSD-3-Clause"
+[badges]
+appveyor = { repository = "phsym/prettytable-rs", branch = "master", service = "github" }
+travis-ci = { repository = "phsym/prettytable-rs", branch = "master" }
+#coveralls = { repository = "phsym/prettytable-rs", branch = "master", service = "github" }
+
[features]
default = ["win_crlf", "csv"]
win_crlf = []