blob: c055c07cd2d70609a6baa5c96f4a9ddb387baf73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
[package]
name = "cli_utils"
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"] }
# Logging
log = "0.4"
env_logger = "0.11"
# File & Directory
dirs = "6.0.0"
# Time
chrono = "0.4"
|