Skip to content

Commit 0aae715

Browse files
author
User
committed
add crossterm crate, and add derive feature for serde
1 parent dc3934a commit 0aae715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1.0.100"
8-
serde = "1.0.188"
8+
serde = { version = "1.0.188", features = ["derive"] }
99
serde_json = "1.0.107"
1010
ratatui = "0.30.0-alpha.5"
11+
crossterm = "0.29.0"
1112
chrono = "0.4.38"

0 commit comments

Comments
 (0)