Initial commit

This commit is contained in:
2026-04-14 03:44:59 +02:00
commit 0e908afbf7
33 changed files with 595 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
fn main() {
// Trigger a rebuild if the schema file has changed
println!("cargo::rerun-if-changed=schema.json");
}