diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
21 | pandoc_ast = { git = "https://github.com/oli-obk/pandoc-ast", rev = "d73a7d0a065f568d60bcee6cff2340f75065273e" } | 21 | pandoc_ast = { git = "https://github.com/oli-obk/pandoc-ast", rev = "d73a7d0a065f568d60bcee6cff2340f75065273e" } |
22 | serde = { version = "1", features = [ "derive" ] } | 22 | serde = { version = "1", features = [ "derive" ] } |
23 | tempfile = "3" | ||