summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-05 11:28:10 +0200
committerPierre-Henri Symoneaux <pierre-henri.symoneaux@nokia.com>2017-06-05 11:28:10 +0200
commitf155ef2435b4bae5a68235156775c5c9b16d69dc (patch)
tree7031f0446fc8c143c10316ca5bd88700ee4552c3 /Cargo.toml
parent831898577e87b587d24769bad38fcdcd2e5522d9 (diff)
Updated Cargo.toml for the next release (0.6.7)
Updates version & added badges
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 = []