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

add scopes

This commit is contained in:
Nikolay Kim
2019-03-03 21:02:01 -08:00
parent 8502c32a3c
commit 34171fa7f5
6 changed files with 1004 additions and 4 deletions

View File

@ -49,6 +49,7 @@ actix-utils = "0.3.0"
actix-http = { git = "https://github.com/actix/actix-http.git" }
actix-router = { git = "https://github.com/actix/actix-net.git" }
#actix-router = { path = "../actix-net/router" }
bytes = "0.4"
derive_more = "0.14"