radioxide/back/src/lib.rs

6 lines
65 B
Rust
Raw Normal View History

pub mod routing;
#[derive(Debug, Clone)]
pub struct AppState{
}