aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-04-11 03:48:02 +0200
committerTeddy Wing2021-04-11 03:48:02 +0200
commit8102f48b5aaf6965a37814c55f728711382661f2 (patch)
treeea7b8f9c3365d5f9cf6a494081dccd1e02aa3e07 /Cargo.toml
parent28c232ded4313effdeeef18f746688df391ab2fb (diff)
downloadformurapid-8102f48b5aaf6965a37814c55f728711382661f2.tar.bz2
Fill in the form's fields with the fields' IDs
Use a copy of Form 1040 as a sample. A copy of the PDF is produced so you can reference the text fields by their ID.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0721311..d51bb5b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+pdf_forms = "0.3.4"