summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Bushart <jonas@bushart.org>2019-08-26 00:35:01 +0200
committerJonas Bushart <jonas@bushart.org>2019-08-26 00:36:28 +0200
commit19805573d9260c074f19442b02d62cb8a1769913 (patch)
tree2196d98f4c791f2ab9efdfe921805a683330164a /Cargo.toml
parent66b913fa54ca0ce700506125867c3ab117f7667f (diff)
Add description about the Evcxr support to the readme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b6be3b1..b860676 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,9 @@ keywords = ["tab", "table", "format", "pretty", "print"]
categories = ["command-line-interface"]
license = "BSD-3-Clause"
edition = "2018"
+exclude = [
+ "prettytable-evcxr.png"
+]
[badges]
appveyor = { repository = "phsym/prettytable-rs", branch = "master", service = "github" }
@@ -20,7 +23,7 @@ codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "g
[features]
default = ["win_crlf", "csv"]
-evcxr = []
+evcxr = []
win_crlf = []
[[bin]]