summaryrefslogtreecommitdiff
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bada61a..307404d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,3 +16,5 @@ base64 = "0.10.0"
roadmap = "0.1.0"
tempfile-fast = "0.3.1"
regex = "1"
+serde_yaml = "0.8.11"
+serde = { version = "1.0.101", features = ["derive"]}