feat: scaffold projet supervision-rs

This commit is contained in:
oussi
2026-04-07 11:29:01 +02:00
commit cfbc1c5606
12 changed files with 59 additions and 0 deletions

9
src/main.rs Normal file
View File

@@ -0,0 +1,9 @@
mod config;
mod monitor;
mod alerter;
mod user_monitor;
mod routes;
fn main() {
println!("Supervision");
}