summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-03 15:41:04 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-03 16:28:42 +0100
commit961ff093269b6d4336ab344a0da2cad19adac3a7 (patch)
treeb1888f09436b9a5d38a6f4fb8552cb883f065da3 /Cargo.toml
parent873efa7475dce73ef0ef90bd3f5e0d90868b627f (diff)
Removing pulldown in favor hoedown
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a8b47ed8..04479644 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,6 @@ term = "0.2.12"
term_grid = "0.1.2"
prettytable-rs = "0.4.0"
open = "1.1.0"
-pulldown-cmark = "0.0.3"
itertools = "0.4.5"
+hoedown = "3.0.3"