initial-commit

This commit is contained in:
Guillaume GRABÉ
2026-05-12 17:06:43 +02:00
commit 051a080dfa
110 changed files with 26377 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// This is a stub build.rs that just ensures OUT_DIR is available
// The actual protobuf compilation happens in the main charybdis crate
fn main() {
// Nothing to do - we just need this to exist so OUT_DIR is defined
println!("cargo:rerun-if-changed=build.rs");
}