From c4c208c15575e64907291d4567cd72d5ceb7c0ef Mon Sep 17 00:00:00 2001 From: Henrique Alves Date: Tue, 26 Jul 2022 11:16:51 -0300 Subject: Asserting results form shell commands --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2e06202..d6a48e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,5 @@ categories = ["command-line-utilities"] clap = { version = "3.0", features = ["derive"] } serde = { version = "1.0.140", features = ["derive"] } colored = "2" -serde_json = "1.0" \ No newline at end of file +serde_json = "1.0" +assert_fs = "1.0" \ No newline at end of file -- cgit v1.2.3