From d663a8b707868c43be74020d766177b36d9e45f2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 7 Dec 2019 06:48:44 -0500 Subject: add a basic quickcheck test --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 14d7774..e8dd588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,7 @@ unicode-width = "0.1" vte = "0.3" [dev-dependencies] +quickcheck = "0.9" +rand = "0.7" serde = { version = "1", features = ["derive"] } serde_json = "1" -- cgit v1.2.3-54-g00ecf