From f6655e6708f444f4ff8df3f25e17db80f410667b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Tue, 4 Nov 2025 14:40:03 +0800 Subject: Add build script and update version display format --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 18f8686..464b311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [package] name = "just_enough_vcs_cli" edition = "2024" +build = "build.rs" [workspace] members = ["crates/build_helper"] -- cgit