forked from 2sys/phonograph
5 lines
99 B
Rust
5 lines
99 B
Rust
|
|
pub mod lens;
|
||
|
|
pub mod selection;
|
||
|
|
|
||
|
|
pub static MIGRATOR: sqlx::migrate::Migrator = sqlx::migrate!();
|