summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-12 08:28:24 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-12 13:03:14 +0200
commite3d97f0ce778644a25329d08ba00645039e01447 (patch)
tree9d2dd2a4b5c701bf61b331d457da5f530ea17c35 /Cargo.toml
parent6bd0d5d29953d522446552e2f49757c2481c0b19 (diff)
downloadsubplot-e3d97f0ce778644a25329d08ba00645039e01447.tar.gz
docs: add example of minimal subplot using Rust step functions
Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8854ddd..c40ac3f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ repository = "https://gitlab.com/subplot/subplot"
default-run = "subplot"
[workspace]
-members = [ "subplotlib", "subplotlib-derive", "subplot-build" ]
+members = [ "subplotlib", "subplotlib-derive", "subplot-build", "examples/seq" ]
[features]
default = ["ast_07"]