Files
herodb/supervisor/src/main.rs
2025-08-16 13:58:40 +02:00

4 lines
113 B
Rust

fn main() {
println!("Hello from the supervisor crate!");
// Supervisor logic will be implemented here.
}