summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-18 18:23:33 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-18 18:23:33 +0800
commit578c51b243895b32a01b9bbade249fa20b72ebdd (patch)
tree656bea8cc5fba156e42be96eb3d9e52de31d7702 /Cargo.toml
parent86629d4e85c94324c5049cdbd75c09194b918c76 (diff)
chore: update cargo configuration and dependencies
- Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a800431..837049f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "just_enough_vcs_cli"
edition = "2024"
[workspace]
-members = ["crates/cli_publisher"]
+members = ["crates/build_helper"]
[workspace.package]
version = "0.1.0"
@@ -36,6 +36,9 @@ just_enough_vcs = { git = "https://github.com/JustEnoughVCS/VersionControl", fea
# Command Line
clap = { version = "4.5", features = ["derive"] }
+# Time
+chrono = "0.4"
+
# Logging
log = "0.4"
env_logger = "0.11"