summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-11-28 00:19:12 +0100
committerMinijackson <minijackson@riseup.net>2021-11-28 00:21:46 +0100
commit17b10fab16bc5df3a969826150e92f50e88a99b9 (patch)
tree12a0c721e89ef17f07a9ede593d82a4c95bc7937 /Cargo.toml
parent517cabe8ec54d0bf5f5f9cc9089d76a1fad7bb6a (diff)
downloadpandoc-docbook-17b10fab16bc5df3a969826150e92f50e88a99b9.tar.gz
pandoc-docbook-17b10fab16bc5df3a969826150e92f50e88a99b9.zip
add css and html template, refactor build
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 365b07b..e8783c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,3 +20,4 @@ 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" ] }
23tempfile = "3"