aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 50660af96d99a45acf72c928a4e27ef3e58669e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "pangler"
version = "0.1.0"
edition = "2021"

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

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