From 54b5567d6f1b1adaa6ada6a26faba0c5c492b7f3 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 21:39:30 +0800 Subject: Add version command with banner and compile info display --- templates/compile_info.rs.template | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/compile_info.rs.template b/templates/compile_info.rs.template index fcaaf63..d06f9b1 100644 --- a/templates/compile_info.rs.template +++ b/templates/compile_info.rs.template @@ -1,3 +1,4 @@ +#[derive(serde::Serialize)] pub struct CompileInfo { pub date: String, pub target: String, -- cgit