(feat) added handler
This commit is contained in:
parent
5b3c2d4ec7
commit
de7c0f7110
8 changed files with 203 additions and 32 deletions
|
|
@ -7,6 +7,7 @@ edition = "2024"
|
|||
axum = "0.8"
|
||||
tokio = { version = "1.48", features = ["full"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
url = "2.5"
|
||||
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres"] }
|
||||
dotenvy = "0.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue