aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPhilipp A2018-11-27 00:45:22 +0100
committerPhilipp A2018-11-27 00:45:22 +0100
commit71d26fbdc4825b4c2a2db125dde388dc5c5a196c (patch)
tree15e485c6324bf2a5e6997a0a766345d44d0c4d50 /Cargo.toml
parent70667b529fcf24815819636b9a105d17ae38e796 (diff)
downloadrust-rst-71d26fbdc4825b4c2a2db125dde388dc5c5a196c.tar.bz2
Support inline Images
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 3dfc17d..7f2f6c1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ path = 'src/bin.rs'
failure = '0.1.3'
failure_derive = '0.1.3'
url = '1.7.2'
+regex = '1.0.6'
bitflags = '1.0.4'
unicode_categories = '0.1.1'
pest = { git = 'https://github.com/pest-parser/pest' }