1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

split up files lib (#1685)

This commit is contained in:
Rob Ede
2020-09-20 23:18:25 +01:00
committed by GitHub
parent f9e3f78e45
commit f7bcad9567
9 changed files with 825 additions and 674 deletions

View File

@ -18,7 +18,6 @@ path = "src/lib.rs"
[dependencies]
actix-web = { version = "3.0.0", default-features = false }
actix-http = "2.0.0"
actix-service = "1.0.6"
bitflags = "1"
bytes = "0.5.3"