summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMikhail Katychev <mkatych@gmail.com>2022-11-26 12:54:04 -0500
committerDavid Peter <sharkdp@users.noreply.github.com>2022-11-26 20:18:21 +0100
commitb1ff8b6ce401457ebadd98f7fcc442340eeaa03f (patch)
tree63996735601a15633abbc475df1789989ae57183 /Cargo.toml
parentfe65792b9619e471c7b39789eb751457a0436350 (diff)
added squeeze tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d5be575..0b1370d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,6 +27,7 @@ features = ["std", "suggestions", "color", "wrap_help", "cargo", "help", "usage"
[dev-dependencies]
assert_cmd = "2.0"
predicates = "2.0"
+pretty_assertions = "1.3.0"
[profile.release]
lto = true