ptcg-tools/src/constants.rs

5 lines
126 B
Rust
Raw Normal View History

//! Application wide constants.
pub const APP_NAME: &str = "ptcg-tools";
pub const SNAKE_CASE_APP_NAME: &str = "ptcg_tools";