♻️ Major code restructuring
This commit is contained in:
parent
a96e203bb3
commit
fa66d628a0
221 changed files with 228 additions and 315 deletions
|
|
@ -11,15 +11,15 @@ description = """\
|
|||
"""
|
||||
homepage = "https://pagetop.cillero.es"
|
||||
repository = "https://github.com/manuelcillero/pagetop"
|
||||
license = "Apache-2.0 OR MIT"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
pagetop = { version = "0.0", path = "../pagetop", features = ["mysql"], default-features = false }
|
||||
pagetop = { version = "0.0", path = "../", features = ["mysql"], default-features = false }
|
||||
# Packages.
|
||||
pagetop-homedemo = { version = "0.0", path = "../packages/pagetop-homedemo" }
|
||||
pagetop-admin = { version = "0.0", path = "../packages/pagetop-admin" }
|
||||
pagetop-user = { version = "0.0", path = "../packages/pagetop-user" }
|
||||
pagetop-node = { version = "0.0", path = "../packages/pagetop-node" }
|
||||
# Themes.
|
||||
pagetop-bootsier = { version = "0.0", path = "../pagetop-bootsier" }
|
||||
pagetop-bulmix = { version = "0.0", path = "../pagetop-bulmix" }
|
||||
# Modules.
|
||||
pagetop-homedemo = { version = "0.0", path = "../pagetop-homedemo" }
|
||||
pagetop-admin = { version = "0.0", path = "../pagetop-admin" }
|
||||
pagetop-user = { version = "0.0", path = "../pagetop-user" }
|
||||
pagetop-node = { version = "0.0", path = "../pagetop-node" }
|
||||
pagetop-bootsier = { version = "0.0", path = "../packages/pagetop-bootsier" }
|
||||
pagetop-bulmix = { version = "0.0", path = "../packages/pagetop-bulmix" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue