Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-tui/Cargo.toml')
| -rw-r--r-- | helix-tui/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index 0a3a3553..92d85251 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -23,6 +23,5 @@ cassowary = "0.3" unicode-segmentation.workspace = true crossterm = { version = "0.28", optional = true } termini = "1.0" -serde = { version = "1", "optional" = true, features = ["derive"]} once_cell = "1.20" log = "~0.4" |