summaryrefslogtreecommitdiff
path: root/server/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-27server: add config options, better outfile namesrustserverstuebinm1-0/+1
e.g. - ability to log ip addresses of respondents - configurable bind address - reasonably sane defaults (hopefully) - survey name as part of output file names
2021-04-27server: replace guile with rust (init)stuebinm1-7/+6
this is just a quick barebones server, which doesn't really do yet what it is supposed to or what the guile version did.
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.