[util] Añade indoc para indentar código bien

This commit is contained in:
Manuel Cillero 2025-09-12 01:13:17 +02:00
parent e3ca6079ff
commit 940e6aaf18
4 changed files with 75 additions and 63 deletions

7
Cargo.lock generated
View file

@ -1307,6 +1307,12 @@ dependencies = [
"hashbrown 0.15.4",
]
[[package]]
name = "indoc"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]]
name = "inout"
version = "0.1.4"
@ -1568,6 +1574,7 @@ dependencies = [
"config",
"figlet-rs",
"fluent-templates",
"indoc",
"itoa",
"pagetop-build",
"pagetop-macros",