1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-03-10 02:30:29 +01:00

deps: add regex crate for URL pattern matching

This commit is contained in:
TheGeneralist 2026-01-21 20:29:31 +01:00
parent 935729ac93
commit e455f18932
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
2 changed files with 46 additions and 0 deletions

View file

@ -8,5 +8,6 @@ anyhow = "1.0.100"
chrono = "0.4.42"
clap = { version = "4.5.48", features = ["derive"] }
hex = "0.4.3"
regex = "1.12.2"
sha3 = "0.10.8"
uuid = { version = "1.18.1", features = ["v4"] }