summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWeicao-CatilGrass <1992414357@qq.com>2025-12-10 11:10:47 +0800
committerWeicao-CatilGrass <1992414357@qq.com>2025-12-10 11:11:50 +0800
commit15b508b7931aacd0c07ad6f52d4cefa6eef69fa1 (patch)
tree13d4e55d27ae26f8184719556c2eac243c82c602 /Cargo.toml
parentbe67a79c4a10fc42d7d15b87e488db00238e4676 (diff)
Add Windows installer script generation to build process
- Generate Inno Setup installer script from template at build time - Extract author and homepage from Cargo.toml for script customization - Add generated installer script to .gitignore to avoid committing build artifacts
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 92ed9ed..524c96a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,6 +2,8 @@
name = "just_enough_vcs_cli"
edition = "2024"
build = "build.rs"
+authors = ["JustEnoughVCS Team"]
+homepage = "http://jvcs.cc/"
[workspace]
members = ["crates/build_helper"]