ruaaa
This commit is contained in:
parent
af355c6b72
commit
ce9048ac4f
@ -1,4 +1,5 @@
|
||||
use std::path::Path;
|
||||
use migration::SaveId;
|
||||
|
||||
#[allow(unused)]
|
||||
mod config;
|
||||
@ -7,8 +8,6 @@ mod db_part;
|
||||
#[allow(unused)]
|
||||
mod model;
|
||||
|
||||
use migration::SaveId;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> anyhow::Result<()> {
|
||||
let config = config::ConfigFile::read_from_file(Path::new("config.toml")).unwrap();
|
||||
|
Loading…
Reference in New Issue
Block a user