added chrono crate

This commit is contained in:
2024-09-25 18:28:51 -04:00
parent f758c6c078
commit 7842baf5f2
2 changed files with 4 additions and 0 deletions

View File

@ -20,3 +20,4 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
dotenvy = "0.15.7"
serde = "1.0.210"
serde_json = "1.0.128"
chrono = "0.4.38"