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

Cargo can't do nested workspaces.

This commit is contained in:
Cameron Dershem
2019-06-13 00:32:48 -04:00
parent e43f408bce
commit 315b131cdd
14 changed files with 17 additions and 21 deletions

View File

@ -1,8 +1,12 @@
[workspace]
members = [
"application",
"front-page",
"easy-form-handling",
"flexible-responders",
"getting-started",
"main-example",
"powerful-extractors",
"request-routing",
"server",
"url-dispatch",
]