stourney/constants.rs
1pub const CONF_FILE_NAME: &str = "stourney.conf";
2
3/// The version of the config file format
4/// be sure to match this with the Cargo.toml version if the
5/// config file format changes
6pub const VERSION: &str = "0.1.15";
7
8pub const STOURNEY_ARENA_REPO_URL: &str = "https://github.com/pashneal/stourney_tournament";
9