From 33a5dba41cfc76d6f900c4f4522ad9ced9aa26ab Mon Sep 17 00:00:00 2001 From: xrelkd <46590321+xrelkd@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:49:40 +0800 Subject: Use `shadow-rs` to show detailed version information (#481) * feat: use `shadow-rs` to show detailed version information * fix: fix lints and errors --- build.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.rs (limited to 'build.rs') diff --git a/build.rs b/build.rs new file mode 100644 index 0000000..4a0dfc4 --- /dev/null +++ b/build.rs @@ -0,0 +1,3 @@ +fn main() -> shadow_rs::SdResult<()> { + shadow_rs::new() +} -- cgit v1.2.3