aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.rs b/build.rs
new file mode 100644
index 0000000..38de66c
--- /dev/null
+++ b/build.rs
@@ -0,0 +1,5 @@
+fn main() {
+ // This build script does nothing for now.
+ // You can add custom build logic here if needed.
+ println!("cargo:rerun-if-changed=build.rs");
+} \ No newline at end of file