From f069116b8c71775b3a6c83c247608eabc9b6fec1 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 12 Mar 2021 15:33:31 -0500 Subject: add some test scaffolding --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6fced2f..fe1b835 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,9 @@ default = [] async = ["blocking", "futures-lite"] [dev-dependencies] +assert_cmd = "1.0" +assert_fs = "1.0" +escargot = "0.5" libc = "0.2" pty-process = { version = "0.1", features = ["backend-smol"] } smol = "1.2" -- cgit v1.2.3-54-g00ecf