radioxide/back/src/lib.rs
Ahmet Kaan GÜMÜŞ 8f2b6f1e3f feat: plays radio stream from url
feat:  api structure
2024-03-07 04:07:11 +03:00

6 lines
No EOL
65 B
Rust

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