Public Access
initial-commit
This commit is contained in:
@@ -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");
|
||||
}
|
||||
Reference in New Issue
Block a user