3 lines
132 B
Rust
3 lines
132 B
Rust
|
pub const PACKAGE_NAME: &'static str = env!("CARGO_PKG_NAME");
|
||
|
pub const PACKAGE_VERSION: &'static str = env!("CARGO_PKG_VERSION");
|