aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 44d345e..271f7a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,10 @@
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]
lopdf = "0.15.1"