summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-17 10:05:27 +0200
committerLars Wirzenius <liw@liw.fi>2019-12-22 10:32:14 +0200
commit90c9d63ef4cb73c45ac1c59a9bb459746700be79 (patch)
tree9ccc409f5767e16ccb5555ff0660338f72bc4e20 /Cargo.lock
parentea992454debb6b38c80277d774061aec44bb6620 (diff)
downloadsubplot-90c9d63ef4cb73c45ac1c59a9bb459746700be79.tar.gz
Add: struct Document to represent a Subplot document
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a78a882..46d4a53 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -336,8 +336,10 @@ dependencies = [
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
"roadmap 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)",
"structopt 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile-fast 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]