Files
herodb/crates/supervisor/src/main.rs
2025-08-16 14:22:56 +02:00

4 lines
113 B
Rust

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