Initial commit.

This commit is contained in:
2025-03-24 12:52:25 +01:00
commit 1ba9b13f8d
33 changed files with 8871 additions and 0 deletions

5
mlc-server/build.rs Normal file
View File

@ -0,0 +1,5 @@
// generated by `sqlx migrate build-script`
fn main() {
// trigger recompilation when a new migration is added
println!("cargo:rerun-if-changed=migrations");
}