Add cool_asserts

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

1
Cargo.lock generated
View File

@ -663,6 +663,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" }