summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-28 16:37:04 +0100
committerMinijackson <minijackson@riseup.net>2021-11-28 16:37:04 +0100
commit6e133b25e02edba228c488a4239334885b5ebc85 (patch)
tree4c83e59278b2aea2951bf16586feeec19516df50 /Cargo.toml
parente1d7691ebd38e27b14f2549e01e59c08ea84d821 (diff)
downloadpandoc-docbook-6e133b25e02edba228c488a4239334885b5ebc85.tar.gz
pandoc-docbook-6e133b25e02edba228c488a4239334885b5ebc85.zip
config: add way for setting pandoc default optionsHEADmaster
and update Cargo.lock
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8783c8..bd6ae48 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,5 @@ pandoc = "0.8"
20# TODO: change this when new version is released 20# TODO: change this when new version is released
21pandoc_ast = { git = "https://github.com/oli-obk/pandoc-ast", rev = "d73a7d0a065f568d60bcee6cff2340f75065273e" } 21pandoc_ast = { git = "https://github.com/oli-obk/pandoc-ast", rev = "d73a7d0a065f568d60bcee6cff2340f75065273e" }
22serde = { version = "1", features = [ "derive" ] } 22serde = { version = "1", features = [ "derive" ] }
23serde_json = "1"
23tempfile = "3" 24tempfile = "3"