Initial commit

This commit is contained in:
2026-04-14 03:44:59 +02:00
commit e92ea08a05
32 changed files with 589 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");
}