summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-05 09:38:43 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-12-21 08:29:23 +0000
commit9127938b0a382cd62e5c12fc97fe5212993ef0b4 (patch)
tree4f74ff26966e69739357928a5fa85468fef426bb /Cargo.toml
parent6f0fcb9abbdd93f93f9d00548b0484d7d91e1f59 (diff)
downloadsubplot-9127938b0a382cd62e5c12fc97fe5212993ef0b4.tar.gz
chore: Wire new libs into workspace
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
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 33252cd..a041d82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,9 @@ and implementing automated acceptance tests for systems and software'''
homepage = "https://subplot.liw.fi/"
repository = "https://gitlab.com/larswirzenius/subplot"
+[workspace]
+members = [ "subplotlib", "subplotlib-derive" ]
+
[dependencies]
pandoc_ast = "0.7.2"
pandoc = "0.8.0"