From 578c51b243895b32a01b9bbade249fa20b72ebdd Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 18 Oct 2025 18:23:33 +0800 Subject: chore: update cargo configuration and dependencies - Add cargo alias configuration - Update workspace and dependency settings - Add build_helper to workspace members --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit