summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5346b037bcd53bef7efb47557f9d9515f763a7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[package]
name = "riki"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"

[dependencies]
anyhow = "1.0.52"
clap = { version = "3.2.10", features = ["derive"] }
html-escape = "0.2.11"
log = "0.4.17"
pretty_env_logger = "0.4.0"
pulldown-cmark = "0.9.0"
regex = "1.5.6"
structopt = "0.3.25"
thiserror = "1.0.31"
walkdir = "2.3.2"

[build-dependencies]
subplot-build = "0.4.0"

[dev-dependencies]
subplotlib = { git = "https://gitlab.com/subplot/subplot.git" }
fehler = "1.0.0"
pandoc = "0.8.9"
pandoc_ast = "0.7.0"
serde_json = "1.0.81"