build: 在 version 中展示详细的构建信息 (#265)

* build: 在 version 中展示详细的构建信息

* chore: 修改
This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-02-19 03:47:01 +08:00
committed by GitHub
parent bc27778366
commit d1168f35f3
5 changed files with 94 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() {
built::write_built_file().expect("Failed to acquire build-time information");
}