From 19805573d9260c074f19442b02d62cb8a1769913 Mon Sep 17 00:00:00 2001 From: Jonas Bushart Date: Mon, 26 Aug 2019 00:35:01 +0200 Subject: Add description about the Evcxr support to the readme --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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]] -- cgit v1.2.3