1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 07:29:02 +02:00

Moves everything into the cargo workspace.

This commit is contained in:
Cameron Dershem
2019-06-26 19:18:43 -04:00
parent 0601997b41
commit 4833874c5d
3 changed files with 9 additions and 10 deletions

View File

@ -19,12 +19,12 @@ members = [
"middleware",
"static-files",
"http2",
]
exclude = [
"testing",
"async-handlers",
"websockets",
"request-handlers",
]
exclude = [
"og_databases",
"sentry",
]