From ee71943e7433059d9326867d5dd62385ab76ab58 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Thu, 16 Jan 2025 01:26:49 +0800 Subject: first commit --- build.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build.rs (limited to 'build.rs') 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 -- cgit v1.2.3-70-g09d2