summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent6bd0d5d29953d522446552e2f49757c2481c0b19 (diff)
downloadsubplot-e3d97f0ce778644a25329d08ba00645039e01447.tar.gz
docs: add example of minimal subplot using Rust step functions
Sponsored-by: author
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 29457e8..17c87f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -980,6 +980,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
+name = "seq"
+version = "0.1.0"
+dependencies = [
+ "subplot-build",
+ "subplotlib",
+]
+
+[[package]]
name = "serde"
version = "1.0.136"
source = "registry+https://github.com/rust-lang/crates.io-index"