summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 12:55:07 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 12:55:07 +0300
commit8c2ba64d7550a0ee592520d42507578a708f9bca (patch)
treea0c537a1320d49f967fbdb64187bb055506bd730 /Cargo.toml
parent6f66db63a8d00db35e64793d5c3ae1786cc0fa9d (diff)
downloadsubplot-8c2ba64d7550a0ee592520d42507578a708f9bca.tar.gz
Add: generate SVGs from dot graphs in code blocks
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 7964cf4..a15192a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,3 +8,4 @@ edition = "2018"
pandoc_ast = "0.7.2"
pandoc = "0.7.0"
structopt = "0.3"
+base64 = "0.10.1"