This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

meview / build.rs
168 B 5 lines
1// generated by `sqlx migrate build-script` 2fn main() { 3 // trigger recompilation when a new migration is added 4 println!("cargo:rerun-if-changed=migrations"); 5}