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

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