feat: new matcher system instead of manually 'match'ing in servcie

This commit is contained in:
hexlocation 2025-08-02 20:40:44 +02:00
parent f305cb5a85
commit 638b0376d8
15 changed files with 646 additions and 225 deletions

2
Cargo.lock generated
View file

@ -129,9 +129,11 @@ version = "0.1.0"
dependencies = [
"ansi_colours",
"anyhow",
"async-trait",
"base64",
"bcrypt",
"colour",
"http",
"http-body-util",
"hyper",
"hyper-util",