m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 18:33:43 -05:00

Updated image regex to support any image. Removed dependency on fancy_regex in favour of the regex crate

This commit is contained in:
Sergio
2024-07-10 09:59:00 +03:00
parent fa74e01dac
commit 06ec23520d
4 changed files with 9 additions and 42 deletions

View File

@@ -14,9 +14,9 @@ xitca-web = { version = "0.5.0", optional = true }
liquid = { version = "0.26.6", optional = true }
bollard = "0.16.1"
once_cell = "1.19.0"
fancy-regex = "0.13.0"
http-auth = { version = "0.1.9", features = [] }
termsize = { version = "0.1.8", optional = true }
regex = "1.10.5"
[features]
default = ["server", "cli"]