diff --git a/Cargo.toml b/Cargo.toml index cdac3c6..3d5a158 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3" ratatui = "0.29" tokio = { version = "1", features = ["full"] } dirs = "5" -toml = { version = "0.8" } +toml = "0.8" serde = { version = "1", features = ["derive"] } clap = { version = "4", features = ["derive", "cargo"] } terminal-light = "1"