From 9dffd607455fac176a2eece2571d3c49901175f4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 3 Dec 2019 06:26:48 -0500 Subject: start restructuring the test suite --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0232570..9e60834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,3 +22,7 @@ log = "0.4" unicode-normalization = { version = "0.1", optional = true } unicode-width = "0.1" vte = "0.3" + +[dev-dependencies] +serde = { version = "1", features = ["derive"] } +serde_json = "1" -- cgit v1.2.3-54-g00ecf