1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-01-22 23:05:56 +01:00

Use actix-web without default features (#6)

This commit is contained in:
Justin Kilpatrick 2019-04-26 14:42:33 -04:00 committed by svartalf
parent 51035f78c8
commit 2de26a5906

View File

@ -13,7 +13,7 @@ license = "MIT/Apache-2.0"
exclude = [".travis.yml", ".gitignore"]
[dependencies]
actix-web = "0.7"
actix-web = { version = "0.7", default_features = false }
bytes = "0.4"
base64 = "0.9"