An open source online character sheet service for tabletop roleplaying games.
Go to file
projectmoon 245bd4f2cc Switch character data type to an enum, including schema patch.
Schema patch required because the diesel enum derive crate does not
seem to deal with print-schema for sqlite.
2020-12-08 22:28:27 +00:00
migrations Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
proto Serialize characters as protobufs. Skeletal character creation. 2020-12-07 22:37:18 +00:00
src Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
templates Add serde serialization suppor to proto types. 2020-12-08 08:47:34 +00:00
.env First commit; prototype state. 2020-12-03 19:21:09 +00:00
.gitignore First commit; prototype state. 2020-12-03 19:21:09 +00:00
COPYING Add license. 2020-12-03 19:21:09 +00:00
Cargo.lock Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
Cargo.toml Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
LICENSE Add license. 2020-12-03 19:21:09 +00:00
Rocket.toml Remove development cookie key from rocket.toml 2020-12-03 19:30:09 +00:00
build.rs Add serde serialization suppor to proto types. 2020-12-08 08:47:34 +00:00
diesel.toml Switch character data type to an enum, including schema patch. 2020-12-08 22:28:27 +00:00
rust-toolchain First commit; prototype state. 2020-12-03 19:21:09 +00:00