not-decky-store/src/consts.rs

3 lines
132 B
Rust
Raw Normal View History

2022-12-08 02:30:10 +00:00
pub const PACKAGE_NAME: &'static str = env!("CARGO_PKG_NAME");
pub const PACKAGE_VERSION: &'static str = env!("CARGO_PKG_VERSION");