Add wildcard match check

This commit is contained in:
DefectingCat
2023-04-14 23:15:29 +08:00
parent 94a7bb72a0
commit a0aa0e6ecf
3 changed files with 21 additions and 1 deletions

View File

@ -17,3 +17,4 @@ anyhow = "1.0.70"
chrono = "0.4.24"
axum = "0.6.15"
reqwest = "0.11.16"
wildmatch = "2.1.1"