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
|
@ -9,4 +9,10 @@ rocket = { version = "0.5.1", features = ["json"] }
|
|||
sqlx = { version = "0.7", features = [ "runtime-tokio", "sqlite", "macros" ], default-features = false }
|
||||
uuid = { version = "1.16.0", features = ["v4"] }
|
||||
chrono = "0.4.40"
|
||||
rand = "0.8"
|
||||
rand = "0.8"
|
||||
thiserror = "2.0.12"
|
||||
|
||||
tracing = "0.1.40"
|
||||
tracing-appender = "0.2.3"
|
||||
tracing-log = "0.2.0"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json", "registry", "smallvec"] }
|
Loading…
Add table
Add a link
Reference in a new issue