fix(ext/cache): add missing Cargo feature (#28178)

This commit is contained in:
Bartek Iwańczuk 2025-02-19 01:29:01 +01:00 committed by Ryan Dahl
parent b4c473f3ac
commit 84ebdad8a0

View file

@ -15,6 +15,7 @@ path = "lib.rs"
[dependencies]
async-trait.workspace = true
chrono = { workspace = true, features = ["now"] }
deno_core.workspace = true
deno_error.workspace = true
rusqlite.workspace = true