✨ [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:
parent
2f3424b1c6
commit
87aac362d3
14 changed files with 1991 additions and 6 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue