An open source online character sheet service for tabletop roleplaying games.
Go to file
jeff 92301fb1d4 Dynamically deserialize character data. 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 Dynamically deserialize character data. 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 Dynamically deserialize character data. 2020-12-08 22:28:27 +00:00
Cargo.toml Dynamically deserialize character data. 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