summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-12utils: use dhall substitutes for config typesdhall-substitutesstuebinm1-1/+2
this uses my own version of dhall_rust [1], which has actual support for adding in new types in rust code, which are derived via serde, instead of just gluing in extra code for every file that is read in (in particular, this results in actually useful error messages).
2021-04-05utils: change name to survey-generatestuebinm1-1/+1
2021-04-05add utility programstuebinm1-0/+15
This can be used to write configs in dhall (instead of plain json), combined with some input validation and (optionally) automatic encryption via the age rust crate.