1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

fix(cron): enable chrono now feature (#24047)

This commit is contained in:
Divy Srivastava 2024-05-29 22:58:06 -07:00 committed by GitHub
parent 9e2971d40f
commit f3ffffc682
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
chrono.workspace = true
chrono = { workspace = true, features = ["now"] }
deno_core.workspace = true
saffron.workspace = true
tokio.workspace = true