summaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2024-01-21 03:49:40 +0800
committerGitHub <noreply@github.com>2024-01-20 14:49:40 -0500
commit33a5dba41cfc76d6f900c4f4522ad9ced9aa26ab (patch)
tree66d828e7d1d5ae52a91afaf9d5b8f094e40595fb /build.rs
parent71332cd70a6aec7d57164735555259108a4c310d (diff)
Use `shadow-rs` to show detailed version information (#481)
* feat: use `shadow-rs` to show detailed version information * fix: fix lints and errors
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs3
1 files changed, 3 insertions, 0 deletions
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()
+}