diff options
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 39228ee3..dd3f1959 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -18,7 +18,6 @@ errno = "0.2" parking_lot = "0.7" serde = "1" serde_derive = "1" -serde_json = "1" serde_yaml = "0.8" vte = "0.3" mio = "0.6" @@ -65,3 +64,6 @@ bench = [] [build-dependencies] gl_generator = "0.11.0" + +[dev-dependencies] +serde_json = "1.0.0" |