summaryrefslogtreecommitdiff
path: root/utils/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-03-12 14:28:08 +0800
committer魏曹先生 <1992414357@qq.com>2026-03-12 14:28:08 +0800
commit0a95bae451c1847f4f0b9601e60959f4e8e6b669 (patch)
tree9e1cfad4f86a73176a4d738b28e7732b66fe5f97 /utils/Cargo.toml
parent8564c8f2177dec0c2c0c031d156347fa6b4485bc (diff)
Refactor display utilities
Diffstat (limited to 'utils/Cargo.toml')
-rw-r--r--utils/Cargo.toml24
1 files changed, 8 insertions, 16 deletions
diff --git a/utils/Cargo.toml b/utils/Cargo.toml
index c055c07..e4cc3a0 100644
--- a/utils/Cargo.toml
+++ b/utils/Cargo.toml
@@ -4,23 +4,15 @@ edition = "2024"
version.workspace = true
[dependencies]
-# Just Enough VCS
just_enough_vcs = { path = "../../VersionControl", features = ["all"] }
-# Display
-colored = "3.0"
-strip-ansi-escapes = "0.2.1"
-just_fmt = "0.1.2"
-
-# Async
-tokio = { version = "1", features = ["full"] }
+colored.workspace = true
+crossterm.workspace = true
+env_logger.workspace = true
+just_fmt.workspace = true
+log.workspace = true
-# Logging
-log = "0.4"
-env_logger = "0.11"
-
-# File & Directory
-dirs = "6.0.0"
-
-# Time
chrono = "0.4"
+dirs = "6.0.0"
+strip-ansi-escapes = "0.2.1"
+tokio = { version = "1", features = ["fs", "io-std", "net"] }