aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: d85dda58697327a8cf585d1a9eed33fa8aca9103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "pdf_form"
version = "0.2.0"
authors = ["Jake <jsandler18@gmail.com>"]
readme = "README.md"
keywords = ["pdf", "form"]
description = "A library for programatically filling out pdf forms"
license = "MIT"

[dependencies]
bitflags = "^1.2"
derive-error = "^0.0.4"
lopdf = "^0.25"