chuniio-rs/src/configuration.rs
2023-12-27 19:34:45 +07:00

7 lines
137 B
Rust

#[derive(Debug, Clone, Copy)]
pub struct Configuration {
pub test_key: u32,
pub service_key: u32,
pub coin_key: u32,
}