Refactor search results and add some actual search functionality

This commit is contained in:
Jonas Zeunert
2024-04-23 17:01:18 +02:00
parent 4c7d6143ae
commit 94d4425661
6 changed files with 109 additions and 26 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.4", features = ["derive"] }
env_logger = "0.11.3"
lazy_static = "1.4.0"