22 lines
319 B
TOML
22 lines
319 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"pagetop",
|
|
# Utilities.
|
|
"pagetop-macros",
|
|
"pagetop-build",
|
|
"pagetop-homedemo",
|
|
# Modules.
|
|
"pagetop-admin",
|
|
"pagetop-user",
|
|
"pagetop-node",
|
|
# Themes.
|
|
"pagetop-bootsier",
|
|
"pagetop-bulmix",
|
|
]
|
|
|
|
exclude = [
|
|
"drust",
|
|
"examples",
|
|
"tests",
|
|
]
|