[pagetop] Añade gestión de rutas con parámetros

This commit is contained in:
Manuel Cillero 2025-12-12 00:14:55 +01:00
parent f1cbd3bd66
commit 35013b36df
8 changed files with 197 additions and 56 deletions

View file

@ -21,6 +21,7 @@ config = { version = "0.15", default-features = false, features = ["toml"] }
figlet-rs = "0.1"
getter-methods = "2.0"
itoa = "1.0"
indexmap = "2.12"
parking_lot = "0.12"
substring = "1.4"
terminal_size = "0.4"