aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Use serde_derive to deserialize primstav data into a struct.Harald Eilertsen2018-12-261-0/+48
| | | | | This makes it much easier to work with the data. Adds some restrictions on the yaml data though, all elements must be present, even if empty.
* Replace Inflector crate with homebrewed capitalize function.Harald Eilertsen2018-12-251-7/+0
| | | | | The Inflector crate did funky things with whitespace and punctuation, which is not desireable to us.
* First commit, working but incomplete.Harald Eilertsen2018-12-251-0/+126