feat: ✨ plays radio stream from url
feat: ✨ api structure
This commit is contained in:
parent
c908fdc097
commit
8f2b6f1e3f
17 changed files with 3534 additions and 0 deletions
6
back/src/lib.rs
Normal file
6
back/src/lib.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
pub mod routing;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct AppState{
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue