Add cool_asserts
This commit is contained in:
parent
98a07ce03e
commit
b0641bf5e9
|
@ -674,6 +674,7 @@ dependencies = [
|
|||
"build_html",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"cool_asserts",
|
||||
"futures-util",
|
||||
"hex-string",
|
||||
"http",
|
||||
|
|
|
@ -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" }
|
||||
|
||||
|
|
Loading…
Reference in New Issue