mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-02 10:59:03 +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"]
|
exclude = [".travis.yml", ".gitignore"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
actix-web = "0.7"
|
actix-web = { version = "0.7", default_features = false }
|
||||||
bytes = "0.4"
|
bytes = "0.4"
|
||||||
base64 = "0.9"
|
base64 = "0.9"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user