Game sync and live services for independent game developers (targeting itch.io)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 10 lines 202 B view raw
1pub mod api; 2pub mod auth; 3pub mod config; 4pub mod cost; 5pub mod db; 6pub mod storage; 7pub mod web; 8 9pub const APP_NAME: &str = "Scratchback API"; 10pub const APP_VERSION: &str = env!("CARGO_PKG_VERSION");