1
0
mirror of https://github.com/actix/examples synced 2025-06-28 09:50:36 +02:00
This commit is contained in:
Roman Frołow
2020-01-12 16:25:52 +01:00
committed by Yuki Okushi
parent 5493df64e1
commit ebdcdf8130
5 changed files with 1 additions and 8 deletions

View File

@ -7,7 +7,6 @@ edition = "2018"
[dependencies]
actix-rt = "1.0.0"
actix-web = { version="2.0.0", features=["openssl"] }
actix-multipart = "0.2.0"
actix-service = "1.0.0"
bytes = "0.5.3"
env_logger = "0.6.1"
@ -16,5 +15,3 @@ serde = { version = "^1.0", features = ["derive"] }
serde_derive = "1.0.90"
serde_json = "1.0.39"
time = "0.1.42"
validator = "0.8.0"
validator_derive = "0.8.0"