Add cool_asserts
This commit is contained in:
parent
3e87e13526
commit
da6bf3bfea
|
@ -663,6 +663,7 @@ dependencies = [
|
||||||
"build_html",
|
"build_html",
|
||||||
"bytes",
|
"bytes",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
"cool_asserts",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex-string",
|
"hex-string",
|
||||||
"http",
|
"http",
|
||||||
|
|
|
@ -31,4 +31,5 @@ pretty_env_logger = { version = "0.5" }
|
||||||
log = { version = "0.4" }
|
log = { version = "0.4" }
|
||||||
bytes = { version = "1" }
|
bytes = { version = "1" }
|
||||||
futures-util = { version = "0.3" }
|
futures-util = { version = "0.3" }
|
||||||
|
cool_asserts = { version = "2" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue