added search bar

This commit is contained in:
2026-03-19 09:02:27 +01:00
parent 2a63f44c59
commit 6d413f81b6
6 changed files with 235 additions and 70 deletions

View File

@@ -21,6 +21,7 @@ tracing-subscriber = "0.3.22"
toml = "0.8.19"
indexmap = { version = "2.7.1", features = ["serde"] }
colored = "3.1.1"
serde_json = "1.0.149"
[build-dependencies]
reqwest = { version = "0.13.1", features = ["blocking"] }