mirror of
https://github.com/johrpan/musicus.git
synced 2025-10-27 04:07:25 +01:00
Move database to backend module
This commit is contained in:
parent
9e10d47b87
commit
9057ec32ed
41 changed files with 47 additions and 67 deletions
|
|
@ -1,4 +1,3 @@
|
|||
use crate::database::DbThread;
|
||||
use crate::player::Player;
|
||||
use anyhow::Result;
|
||||
use futures_channel::mpsc;
|
||||
|
|
@ -9,6 +8,9 @@ use std::rc::Rc;
|
|||
pub mod client;
|
||||
pub use client::*;
|
||||
|
||||
pub mod database;
|
||||
pub use database::*;
|
||||
|
||||
pub mod library;
|
||||
pub use library::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue