diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index e46808e5f16a..de71231ca0e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,3 +27,6 @@ comrak = "0.2" md5 = "0.3.7" tokio = "0.1" tokio-timer = "0.2" + +[build-dependencies] +pulldown-cmark = "0.1" |