♻️ (minimal): Incorpora paste! a las utilidades

This commit is contained in:
Manuel Cillero 2025-12-07 12:49:51 +01:00
parent 6c024da51e
commit a46cf35fee
7 changed files with 42 additions and 14 deletions

6
Cargo.lock generated
View file

@ -1580,7 +1580,6 @@ dependencies = [
"pagetop-minimal",
"pagetop-statics",
"parking_lot",
"pastey",
"serde",
"serde_json",
"substring",
@ -1634,6 +1633,7 @@ version = "0.0.10"
dependencies = [
"concat-string",
"indoc",
"pastey",
]
[[package]]
@ -1673,9 +1673,9 @@ dependencies = [
[[package]]
name = "pastey"
version = "0.1.1"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
checksum = "57d6c094ee800037dff99e02cab0eaf3142826586742a270ab3d7a62656bd27a"
[[package]]
name = "path-matchers"