summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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"