Files
spacedrive/crates/prisma-cli/src/bin/sync.rs
2023-01-04 23:11:55 -08:00

4 lines
41 B
Rust

fn main() {
sd_sync_generator::run();
}