From 0d4e33ca99f104336e93acd0bb9a5a06b427e5d8 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 20 Feb 2023 20:44:12 +0200 Subject: The first test, prints a prompt --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dd069ae..36babb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] + +[dev-dependencies] +assert_cmd = "2.0.8" -- cgit v1.2.3