[macros] Añade macros relevantes para PageTop

El crate pagetop-macros proporciona una colección de macros que
impulsan el desarrollo con PageTop.
This commit is contained in:
Manuel Cillero 2024-12-03 13:02:13 +01:00
parent 2f3424b1c6
commit 87aac362d3
14 changed files with 1991 additions and 6 deletions

View file

@ -3,7 +3,7 @@ resolver = "2"
members = [
# Helpers
"helpers/pagetop-build",
# "helpers/pagetop-macros",
"helpers/pagetop-macros",
# PageTop
#"pagetop",
@ -30,7 +30,7 @@ static-files = "0.2.4"
# Helpers
pagetop-build = { version = "0.0", path = "helpers/pagetop-build" }
#pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }
pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }
# PageTop
#pagetop = { version = "0.0", path = "pagetop" }