This commit is contained in:
shenjack 2024-07-23 12:09:52 +08:00
parent af355c6b72
commit ce9048ac4f
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -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();