pub const KIMETSU_SCHEMA_VERSION: i64 = 10;
/// The `project.toml` config-file format version. Deliberately decoupled
/// from `KIMETSU_SCHEMA_VERSION` (the brain.db schema): the DB schema can
/// advance via migrations without forcing every project.toml to be rewritten.
pub const KIMETSU_CONFIG_VERSION: i64 = 1;
pub const EVENT_SCHEMA_VERSION: u32 = 1;
pub type KimetsuResult<T> = ;