summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-28 19:49:06 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-28 19:49:06 +0300
commit66a67b3876b3e9ad79f41cb9b671f7c897dbb6a0 (patch)
treebb8e8a976f3525a17c7802d4630fb85f4ee3863d /Cargo.toml
parent7030bdb2ce6f086e4b0398c3f7c98e0ba72a4e5f (diff)
downloadsubplot-66a67b3876b3e9ad79f41cb9b671f7c897dbb6a0.tar.gz
Add: clarifying comment in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8748f59..e72c503 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,5 +10,6 @@ pandoc = "0.7.0"
structopt = "0.3"
base64 = "0.10.0"
-# This is not yet published
+# This is not yet published and the crate needs to be cloned as
+# specified here.
roadmap = { path = "../roadmap" }