Skip to content

Commit 9b876ff

Browse files
committed
Enhanced code refactoring
1 parent 1edf96b commit 9b876ff

File tree

2 files changed

+460
-15
lines changed

2 files changed

+460
-15
lines changed

crates/cli/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ indicatif = "0.17"
3030
console = "0.15"
3131
tokio.workspace = true
3232

33+
# Configuration and serialization
34+
toml = "0.8"
35+
dirs = "5.0"
36+
chrono = { version = "0.4", features = ["serde"] }
37+
3338
[dev-dependencies]
3439
tokio = { workspace = true, features = ["test-util"] }
3540
tempfile = "3.8"

0 commit comments

Comments
 (0)