1
0
Fork 0
forked from 2sys/phonograph
phonograph/interim-models/src/lib.rs

5 lines
99 B
Rust
Raw Normal View History

2025-07-08 14:37:03 -07:00
pub mod lens;
pub mod selection;
pub static MIGRATOR: sqlx::migrate::Migrator = sqlx::migrate!();