diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -16,12 +16,15 @@ num_cpus = "1" | |||
16 | pandoc_types = "0.2" | 16 | pandoc_types = "0.2" |
17 | percent-encoding = "2" | 17 | percent-encoding = "2" |
18 | pretty_env_logger = "0.3" | 18 | pretty_env_logger = "0.3" |
19 | rayon = "1" | ||
19 | serde = "1" | 20 | serde = "1" |
20 | serde_derive = "1" | 21 | serde_derive = "1" |
21 | serde_json = "1" | 22 | serde_json = "1" |
22 | shell-words = "0.1" | 23 | shell-words = "0.1" |
23 | structopt = "0.3" | 24 | structopt = "0.3" |
25 | # TODO: remove tempfile | ||
26 | # currently used to temporary store CSS, but CSS should be in output dir | ||
27 | tempfile = "3" | ||
24 | thiserror = "1" | 28 | thiserror = "1" |
25 | threadpool = "1" | ||
26 | toml = "0.5" | 29 | toml = "0.5" |
27 | xml-rs = "0.8" | 30 | xml-rs = "0.8" |