mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: logging; fixes; error handloing
This commit is contained in:
parent
9c7c2858cc
commit
3719fae102
18 changed files with 228 additions and 106 deletions
|
@ -5,12 +5,14 @@ edition = "2024"
|
|||
|
||||
[dependencies]
|
||||
main = { path = "../ferri-main/" }
|
||||
rocket = { workspace = true }
|
||||
rocket_db_pools = { version = "0.2.0", features = ["sqlx_sqlite"] }
|
||||
url = "2.5.4"
|
||||
|
||||
rocket = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
chrono = { workspace = true }
|
||||
rand = { workspace = true }
|
||||
|
||||
url = "2.5.4"
|
||||
tracing = { workspace = true }
|
||||
tracing-subscriber = { workspace = true }
|
Loading…
Add table
Add a link
Reference in a new issue