add filtering support
This commit is contained in:
parent
e564e87c94
commit
77eeaef8cc
6 changed files with 179 additions and 13 deletions
|
@ -6,6 +6,7 @@ edition = "2021"
|
|||
[dependencies]
|
||||
anyhow = "1.0.95"
|
||||
axum = { version = "0.8.1", features = ["macros"] }
|
||||
axum-extra = { version = "0.10.0", features = ["query"] }
|
||||
chrono = "0.4.39"
|
||||
chrono-humanize = "0.2.3"
|
||||
dotenvy = "0.15.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue