summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 47a6f04f19fc07b1a7b8cfc62ff0a2d507887890 (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
28
[package]
name = "riki"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[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"