🚚 Refactor modules to packages to avoid Rust clash
This commit is contained in:
parent
98fa367ebc
commit
89f78a1aff
35 changed files with 125 additions and 123 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -5,14 +5,14 @@ members = [
|
|||
# Utilities.
|
||||
"pagetop-macros",
|
||||
"pagetop-build",
|
||||
"pagetop-homedemo",
|
||||
# Modules.
|
||||
"pagetop-admin",
|
||||
"pagetop-user",
|
||||
"pagetop-node",
|
||||
# Themes.
|
||||
"pagetop-bootsier",
|
||||
"pagetop-bulmix",
|
||||
# Packages.
|
||||
"pagetop-homedemo",
|
||||
"pagetop-admin",
|
||||
"pagetop-user",
|
||||
"pagetop-node",
|
||||
]
|
||||
|
||||
exclude = [
|
||||
|
|
@ -20,3 +20,5 @@ exclude = [
|
|||
"examples",
|
||||
"tests",
|
||||
]
|
||||
|
||||
resolver = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue