mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42: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",
|
|
]
|