Match path placeholders with a scan instead of a regex

This commit is contained in:
Gregory Schier
2026-08-17 09:17:38 -07:00
parent d4007d3499
commit 4f374facca
7 changed files with 64 additions and 34 deletions
-1
View File
@@ -11,7 +11,6 @@ hex = { workspace = true }
include_dir = "0.7"
log = { workspace = true }
nanoid = "0.4.0"
regex-lite = "0.1"
rusqlite = { version = "0.38", features = ["bundled", "chrono"] }
sea-query = { version = "1.0", features = ["with-chrono", "attr"] }
sea-query-rusqlite = { version = "0.8.0", features = ["with-chrono"] }