mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 14:57:27 +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");
|