mirror of
https://github.com/SergioBenitez/Rocket.git
synced 2026-02-06 10:48:05 +00:00
The guide is now in docs/guide. All other site assets are being migrated to a separate repository. The guide markup has been upgraded to take advantages of improvements in the static site generator used to build the Rocket website.
15 lines
278 B
TOML
15 lines
278 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"core/lib/",
|
|
"core/codegen/",
|
|
"core/http/",
|
|
"contrib/db_pools/codegen/",
|
|
"contrib/db_pools/lib/",
|
|
"contrib/sync_db_pools/codegen/",
|
|
"contrib/sync_db_pools/lib/",
|
|
"contrib/dyn_templates/",
|
|
"contrib/ws/",
|
|
"docs/tests",
|
|
]
|