5 lines
126 B
Rust
5 lines
126 B
Rust
|
|
//! Application wide constants.
|
||
|
|
|
||
|
|
pub const APP_NAME: &str = "ptcg-tools";
|
||
|
|
pub const SNAKE_CASE_APP_NAME: &str = "ptcg_tools";
|