POC in Rust Saving automically on change

This commit is contained in:
Martin Quarda
2025-05-10 20:25:16 +02:00
parent d7c5f0f048
commit ecb51125cc
5 changed files with 12 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ use lazy_static::lazy_static;
#[derive(Deserialize)]
pub struct Config {
pub DURATION: u64,
pub SAVING_INTERVAL: u64,
pub STATION_ID: usize,
pub HOST: String,
pub WSS_HOST: String,