refactor: ♻️ chrono instead surreal datetime

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2024-11-20 02:05:29 +03:00
parent f45bb18bff
commit bf6966bd67
2 changed files with 7 additions and 6 deletions

View file

@ -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"