aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2021-04-18Increase version v0.0.1 -> v0.0.2HEADv0.0.2masterTeddy Wing
2021-04-18Cargo.toml: Fix whitespaceTeddy Wing
2021-04-11fill(): Remove `unwrap`sTeddy Wing
Replace these with 'anyhow' `Result`s.
2021-04-11Print usage on malformed command line argumentsTeddy Wing
2021-04-11Get PDF file path from free command line argumentTeddy Wing
Add 'getopts' to parse command line arguments. Replace `--fill` argument condition with 'getopts'. Replace the hard-coded PDF file path with one from the command line argument.
2021-04-11Write a base TOML file including the fieldsTeddy Wing
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.
2021-04-11Fill in the form's fields with the fields' IDsTeddy Wing
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.
2021-04-11New Rust 1.51.0 projectTeddy Wing
Generated with: $ cargo init --bin