🧑‍💻 Añade macros para concatenar cadenas

This commit is contained in:
Manuel Cillero 2025-07-16 00:45:05 +02:00
parent 0df5f3f1c7
commit 74e497f170
4 changed files with 172 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "pagetop"
version = "0.0.10"
version = "0.0.11"
edition = "2021"
description = """\
@ -17,6 +17,7 @@ authors.workspace = true
[dependencies]
chrono = "0.4.41"
colored = "3.0.0"
concat-string = "1.0.1"
config = { version = "0.15.13", default-features = false, features = ["toml"] }
figlet-rs = "0.1.5"
itoa = "1.0.15"