diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-11-04 14:40:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-11-04 14:40:03 +0800 |
| commit | f6655e6708f444f4ff8df3f25e17db80f410667b (patch) | |
| tree | 46b6bdf6bd2db02713b9c5e2c81a824140c3fa8a /Cargo.toml | |
| parent | 5991905ae9fb519a3a43c599c5515ba39c04e5fb (diff) | |
Add build script and update version display format
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ [package] name = "just_enough_vcs_cli" edition = "2024" +build = "build.rs" [workspace] members = ["crates/build_helper"] |
