mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
fix(ext/cache): add missing Cargo feature (#28178)
This commit is contained in:
parent
b4c473f3ac
commit
84ebdad8a0
1 changed files with 1 additions and 0 deletions
1
ext/cache/Cargo.toml
vendored
1
ext/cache/Cargo.toml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue