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:
parent
51035f78c8
commit
2de26a5906
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user