4 lines
99 B
Rust
4 lines
99 B
Rust
pub mod lens;
|
|
pub mod selection;
|
|
|
|
pub static MIGRATOR: sqlx::migrate::Migrator = sqlx::migrate!();
|