aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6b6ac206ecec7c209433c148061360b48b7cc939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "formurapid"
version = "0.0.2"
edition = "2018"

[dependencies]
anyhow = "1.0.40"
derive_builder = "0.10.0"
exitcode = "1.1.2"
getopts = "0.2.21"
pdf_forms = "0.3.4"
serde = { version = "1.0.125", features = ["derive"] }
toml = "0.5.8"