refactor: ♻️ chrono instead surreal datetime
This commit is contained in:
parent
f45bb18bff
commit
bf6966bd67
2 changed files with 7 additions and 6 deletions
|
@ -5,6 +5,7 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.7", features = ["multipart"] }
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
futures = "0.3.31"
|
||||
serde = { version = "1.0.210", features = ["derive"] }
|
||||
serde_json = "1.0.128"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue