diff options
author | Teddy Wing | 2021-04-11 06:01:06 +0200 |
---|---|---|
committer | Teddy Wing | 2021-04-11 06:01:06 +0200 |
commit | 848b0cf0f677e9ecd7d3952c6e5afee8341ca246 (patch) | |
tree | 3941510f7fd758a4ed407d4caec06141218abb6b /Cargo.toml | |
parent | 720b6e76858ab73028c1e9b718b25f7d74127ded (diff) | |
download | formurapid-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.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |