mirror of
https://github.com/Tribufu/TribufuRust
synced 2026-08-07 20:06:23 +00:00
5 lines
127 B
Rust
5 lines
127 B
Rust
// Copyright (c) TribuFu. All Rights Reserved
|
|
|
|
#![allow(non_snake_case)]
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|