futzing
This commit is contained in:
parent
8bfba2eab4
commit
583e541fbd
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::{path::PathBuf, sync::LazyLock};
|
||||
|
||||
use include_dir::{include_dir, Dir};
|
||||
use rusqlite::{config::DbConfig, params, Connection};
|
||||
use rusqlite::{config::DbConfig, Connection};
|
||||
use rusqlite_migration::Migrations;
|
||||
|
||||
static MIGRATIONS_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/migrations");
|
||||
|
|
|
|||
Loading…
Reference in a new issue