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