Add cool_asserts

This commit is contained in:
Savanni D'Gerinel 2023-09-23 20:20:57 -04:00
parent 98a07ce03e
commit b0641bf5e9
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -674,6 +674,7 @@ dependencies = [
"build_html",
"bytes",
"chrono",
"cool_asserts",
"futures-util",
"hex-string",
"http",

View File

@ -31,4 +31,5 @@ pretty_env_logger = { version = "0.5" }
log = { version = "0.4" }
bytes = { version = "1" }
futures-util = { version = "0.3" }
cool_asserts = { version = "2" }