[macros] Añade macro builder_fn

This commit is contained in:
Manuel Cillero 2025-07-12 12:04:37 +02:00
parent 34c4ac262f
commit c30c4cdf66
6 changed files with 161 additions and 8 deletions

4
Cargo.lock generated
View file

@ -1407,7 +1407,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pagetop"
version = "0.0.9"
version = "0.0.10"
dependencies = [
"actix-files",
"actix-web",
@ -1442,7 +1442,7 @@ dependencies = [
[[package]]
name = "pagetop-macros"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"proc-macro-crate",
"proc-macro2",