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:
parent
935729ac93
commit
e455f18932
2 changed files with 46 additions and 0 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue