From afb9e691b84447d6afced91aef631b233a530cec Mon Sep 17 00:00:00 2001 From: cstef Date: Mon, 8 Jul 2024 18:13:12 +0200 Subject: [PATCH] Add derive feature to serde --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a159a92..3ea5772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ termion = { version = "2.0", optional = true } termwiz = { version = "0.20.0", optional = true } tui = { version = "0.19", default-features = false, optional = true } unicode-width = "0.1.11" -serde = { version = "1", optional = true } +serde = { version = "1", optional = true , features = ["derive"] } [[example]] name = "minimal"