summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-04 14:40:03 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-04 14:40:03 +0800
commitf6655e6708f444f4ff8df3f25e17db80f410667b (patch)
tree46b6bdf6bd2db02713b9c5e2c81a824140c3fa8a /Cargo.toml
parent5991905ae9fb519a3a43c599c5515ba39c04e5fb (diff)
Add build script and update version display format
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"]