diff options
Diffstat (limited to 'ext/webgpu')
-rw-r--r-- | ext/webgpu/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/webgpu/Cargo.toml b/ext/webgpu/Cargo.toml index d952bc603..438f99289 100644 --- a/ext/webgpu/Cargo.toml +++ b/ext/webgpu/Cargo.toml @@ -3,16 +3,16 @@ [package] name = "deno_webgpu" version = "0.79.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/gfx-rs/wgpu" description = "WebGPU implementation for Deno" [dependencies] -deno_core = { version = "0.160.0", path = "../../core" } -serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.21", features = ["full"] } +deno_core.workspace = true +serde.workspace = true +tokio.workspace = true wgpu-core = { version = "0.13", features = ["trace", "replay", "serde"] } wgpu-types = { version = "0.13", features = ["trace", "replay", "serde"] } |