aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 644ee6808d1b842e1475cf986ffc3f23dc23b68f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "pangler"
version = "0.3.0"
edition = "2021"

[dependencies]
clap = { version = "3.1", features = ["derive"] }
pandoc = "0.8"
pandoc_ast = "0.8"
lazy_static = "1.4"
regex = "1.5"