about summary refs log tree commit diff
path: root/src/entities/item.rs
AgeCommit message (Collapse)AuthorFilesLines
2019-07-19 Add the beginning of item entitiesGriffin Smith1-0/+44
Add a new Item raw type and entity type, with preliminary, basic support for food. There's a really frustrating toml-rs bug that prevents writing these nicely as toml right now, so I also added support for mixing JSON and TOML in a single config dir