♻️ Restructure dirs/files to fix examples build

This commit is contained in:
Manuel Cillero 2024-11-20 00:15:39 +01:00
parent 92268ca653
commit 73ba80eff7
53 changed files with 47 additions and 43 deletions

View file

@ -5,8 +5,10 @@ members = [
"helpers/pagetop-build",
"helpers/pagetop-macros",
# PageTop
"pagetop",
# Packages
"packages/pagetop",
"packages/pagetop-aliner",
"packages/pagetop-bootsier",
@ -29,7 +31,9 @@ static-files = "0.2.4"
pagetop-build = { version = "0.0", path = "helpers/pagetop-build" }
pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }
# PageTop
pagetop = { version = "0.0", path = "pagetop" }
# Packages
pagetop = { version = "0.0", path = "packages/pagetop" }
pagetop-aliner = { version = "0.0", path = "packages/pagetop-aliner" }
pagetop-bootsier = { version = "0.0", path = "packages/pagetop-bootsier" }