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

add router crate

This commit is contained in:
Nikolay Kim
2019-01-05 13:19:25 -08:00
parent 58ba1d8269
commit 3484007e4e
8 changed files with 1610 additions and 0 deletions

View File

@ -22,6 +22,7 @@ members = [
"actix-server",
"actix-test-server",
"actix-utils",
"router",
]
[dev-dependencies]