mirror of https://github.com/fafhrd91/actix-web
awc: add cfg-if dependency
This commit is contained in:
parent
7811292678
commit
cef47d1dfb
|
@ -44,6 +44,7 @@ actix-rt = "1.0.0"
|
||||||
|
|
||||||
base64 = "0.12"
|
base64 = "0.12"
|
||||||
bytes = "0.5.3"
|
bytes = "0.5.3"
|
||||||
|
cfg-if = "1.0"
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
futures-core = { version = "0.3.5", default-features = false }
|
futures-core = { version = "0.3.5", default-features = false }
|
||||||
log =" 0.4"
|
log =" 0.4"
|
||||||
|
|
Loading…
Reference in New Issue