summaryrefslogtreecommitdiff
path: root/ext/cache
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cache')
-rw-r--r--ext/cache/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml
index dd0b8c87c..54302fb37 100644
--- a/ext/cache/Cargo.toml
+++ b/ext/cache/Cargo.toml
@@ -3,20 +3,20 @@
[package]
name = "deno_cache"
version = "0.10.0"
-authors = ["the Deno authors"]
-edition = "2021"
-license = "MIT"
+authors.workspace = true
+edition.workspace = true
+license.workspace = true
readme = "README.md"
-repository = "https://github.com/denoland/deno"
+repository.workspace = true
description = "Implementation of Cache API for Deno"
[lib]
path = "lib.rs"
[dependencies]
-async-trait = "0.1"
-deno_core = { version = "0.160.0", path = "../../core" }
-rusqlite = { version = "0.28.0", features = ["unlock_notify", "bundled"] }
-serde = { version = "1.0.129", features = ["derive"] }
-sha2 = "0.10.2"
-tokio = { version = "1.19", features = ["full"] }
+async-trait.workspace = true
+deno_core.workspace = true
+rusqlite.workspace = true
+serde.workspace = true
+sha2.workspace = true
+tokio.workspace = true