1 2 3
pub const PKG_NAME: &str = env!("CARGO_PKG_NAME"); pub const PKG_VERSION: &str = env!("CARGO_PKG_VERSION"); pub const PKG_REPOSITORY: &str = env!("CARGO_PKG_REPOSITORY");