diff --git a/Cargo.toml b/Cargo.toml index c7ccf388..7d198448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ tui = {version = "0.8", features = ["crossterm"], default-features = false } lazy_static = "1.4.0" backtrace = "0.3" toml = "0.5.6" -serde = "1.0" +serde = {version = "1.0", features = ["derive"] } [dev-dependencies] assert_cmd = "0.12" @@ -54,4 +54,4 @@ assets = [ extended-description = """\ By default, bottom will look for a config file in ~/.config/bottom/bottom.toml. If one is not specified it will fall back to defaults. -""" \ No newline at end of file +"""