summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1024efb..dbb3f16 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,8 +29,7 @@ phf = { version = "^0", features = ["macros"], optional = true }
rand = "^0"
regex = "1.9.3"
rustyline = "^12"
-serde = "^1"
-serde_derive = "^1"
+serde = { version = "^1", features = ["derive"] }
shell-words = "^1"
shellexpand = { version = "^3", features = ["full"] }
signal-hook = "^0"