chuniio-rs/src/configuration.rs

7 lines
137 B
Rust
Raw Normal View History

2023-12-27 12:34:45 +00:00
#[derive(Debug, Clone, Copy)]
pub struct Configuration {
pub test_key: u32,
pub service_key: u32,
pub coin_key: u32,
}