pub mod api; pub mod auth; pub mod config; pub mod cost; pub mod db; pub mod storage; pub mod web; pub const APP_NAME: &str = "Scratchback API"; pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");