mirror of
https://github.com/tribufu/sdk-rust
synced 2025-06-15 10:44:18 +00:00
6 lines
127 B
Rust
6 lines
127 B
Rust
// Copyright (c) TribuFu. All Rights Reserved
|
|
|
|
#![allow(non_snake_case)]
|
|
|
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|