aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-04-11 06:01:06 +0200
committerTeddy Wing2021-04-11 06:01:06 +0200
commit848b0cf0f677e9ecd7d3952c6e5afee8341ca246 (patch)
tree3941510f7fd758a4ed407d4caec06141218abb6b /Cargo.toml
parent720b6e76858ab73028c1e9b718b25f7d74127ded (diff)
downloadformurapid-848b0cf0f677e9ecd7d3952c6e5afee8341ca246.tar.bz2
Write a base TOML file including the fields
Write a file that can be modified by a user to fill in the form fields. A separate procedure will take the TOML file and fill in the appropriate fields.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d51bb5b..3697c5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,4 +4,7 @@ version = "0.0.1"
edition = "2018"
[dependencies]
+derive_builder = "0.10.0"
pdf_forms = "0.3.4"
+serde = { version = "1.0.125", features = ["derive"] }
+toml = "0.5.8"