summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-30 17:36:10 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-30 19:23:56 +0200
commit3ccba3039795ce0be3e5f5cec6216dc853da76c2 (patch)
treee03e78189d0465660aabe68cf531dd50f19cd51a /Cargo.lock
parentbdf25e5964865b0faef15e1e330e482f2510054b (diff)
downloadsubplot-3ccba3039795ce0be3e5f5cec6216dc853da76c2.tar.gz
Change: typeset using bindings information
Read bindings from the file named in the document meta data.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 5 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 23f60dd..27661a9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -266,6 +266,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "serde"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
+dependencies = [
+ "serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
+]
[[package]]
name = "serde_derive"
@@ -333,6 +336,8 @@ dependencies = [
"pandoc_ast 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
"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.101 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile-fast 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
]