diff options
| author | Philipp A | 2018-11-27 00:45:22 +0100 | 
|---|---|---|
| committer | Philipp A | 2018-11-27 00:45:22 +0100 | 
| commit | 71d26fbdc4825b4c2a2db125dde388dc5c5a196c (patch) | |
| tree | 15e485c6324bf2a5e6997a0a766345d44d0c4d50 /Cargo.toml | |
| parent | 70667b529fcf24815819636b9a105d17ae38e796 (diff) | |
| download | rust-rst-71d26fbdc4825b4c2a2db125dde388dc5c5a196c.tar.bz2 | |
Support inline Images
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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' }  | 
