aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-30 21:48:52 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-30 21:48:55 -0700
commit8f5696e6b8d77a106c920bc52efda3af09a23228 (patch)
tree6756f1b4b427254a768d60c8213a7ec44575ee17 /Cargo.toml
parent440c700657b70ae54a958c20f3a19c417712ceab (diff)
downloadmodelthing-8f5696e6b8d77a106c920bc52efda3af09a23228.tar.gz
modelthing-8f5696e6b8d77a106c920bc52efda3af09a23228.zip
render markdown
IMPORTANT: simply un-escaping here, which isn't safe
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 dc8a299..cbb3394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ toml = "0.2"
log = "0.3"
env_logger = "0.3"
lalrpop-util = "0.12"
+markdown = "0.1"
# parser util
rustc-serialize = "0.3"