summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 14:05:10 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 14:06:02 +0300
commit29e80a62f73c8cd94bd20cb9db22877b98e5a17f (patch)
tree06986f77a84a7dae0bb8f625ce01ca15e0b9b39e /Cargo.toml
parent8c2ba64d7550a0ee592520d42507578a708f9bca (diff)
downloadsubplot-29e80a62f73c8cd94bd20cb9db22877b98e5a17f.tar.gz
Add: roadmap support
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a15192a..a8896ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,3 +9,6 @@ pandoc_ast = "0.7.2"
pandoc = "0.7.0"
structopt = "0.3"
base64 = "0.10.1"
+
+# This is not yet published
+roadmap = { path = "/home/liw/code/roadmap" }