about summary refs log tree commit diff
path: root/tools/cheddar/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cheddar/Cargo.toml')
-rw-r--r--tools/cheddar/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml
index 1ce121c025..fe936deb4c 100644
--- a/tools/cheddar/Cargo.toml
+++ b/tools/cheddar/Cargo.toml
@@ -4,5 +4,7 @@ version = "0.1.0"
 authors = ["Vincent Ambo <mail@tazj.in>"]
 edition = "2018"
 
-[dependencies.syntect]
-version = "3.3"
+[dependencies]
+comrak = "0.6"
+lazy_static = "1.4"
+syntect = "3.3"