summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJonas Bushart <jonas@bushart.org>2019-01-20 18:10:23 +0100
committerJonas Bushart <jonas@bushart.org>2019-08-26 00:36:03 +0200
commit66b913fa54ca0ce700506125867c3ab117f7667f (patch)
tree2f8efd8f1c82faace06271949cd8b68ef90912dc /Cargo.toml
parent917e480a673d1ab03218702d0e9e726131e48799 (diff)
Integrate the new HTML printing with Evcxr
* Add optional feature for Evcxr integration * Implement trait for everything which can be converted into a Tableslice. The trait prints the Tableslice in plain-text and HTML format in a Evcxr compatible manner.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a3d0939..b6be3b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ codecov = { repository = "phsym/prettytable-rs", branch = "master", service = "g
[features]
default = ["win_crlf", "csv"]
+evcxr = []
win_crlf = []
[[bin]]