2022-07-12 15:08:26 +02:00

5 lines
74 B
Rust

pub fn init() {
// TODO: log to file
tracing_subscriber::fmt::init();
}