Añade nuevo tema para pruebas llamado Aliner

This commit is contained in:
Manuel Cillero 2025-10-11 21:36:06 +02:00
parent 3f394769db
commit 485974b437
7 changed files with 761 additions and 142 deletions

View file

@ -49,7 +49,8 @@ default = []
testing = []
[dev-dependencies]
tempfile = "3.22"
tempfile = "3.23"
pagetop-aliner.workspace = true
[build-dependencies]
pagetop-build.workspace = true
@ -58,9 +59,12 @@ pagetop-build.workspace = true
[workspace]
resolver = "2"
members = [
# Helpers
"helpers/pagetop-build",
"helpers/pagetop-macros",
"helpers/pagetop-statics",
# Extensions
"extensions/pagetop-aliner",
]
[workspace.package]
@ -71,7 +75,11 @@ authors = ["Manuel Cillero <manuel@cillero.es>"]
[workspace.dependencies]
actix-web = { version = "4.11", default-features = false }
# Helpers
pagetop-build = { version = "0.3", path = "helpers/pagetop-build" }
pagetop-macros = { version = "0.2", path = "helpers/pagetop-macros" }
pagetop-statics = { version = "0.1", path = "helpers/pagetop-statics" }
# Extensions
pagetop-aliner = { version = "0.0", path = "extensions/pagetop-aliner" }
# PageTop
pagetop = { version = "0.4", path = "." }