From 86f7489403f40ae6102a2fa32ce7504358a8ffe7 Mon Sep 17 00:00:00 2001 From: Elfein Landers Date: Sat, 13 Aug 2022 01:25:47 -0700 Subject: [PATCH] dependency added for pretty assertions :3 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bbfc980..1f247ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +pretty_assertions = "1.2.1" [dev-dependencies] rand = "0.8.5"