From d7d452efc158d7b1ea89b6f92237cea3b29f88db Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 2 Aug 2021 10:19:27 -0400 Subject: chore: format toml files internally (#11563) --- extensions/webgpu/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/webgpu') diff --git a/extensions/webgpu/Cargo.toml b/extensions/webgpu/Cargo.toml index 7f60bcb0b..782683644 100644 --- a/extensions/webgpu/Cargo.toml +++ b/extensions/webgpu/Cargo.toml @@ -3,19 +3,19 @@ [package] name = "deno_webgpu" version = "0.14.0" -edition = "2018" -description = "WebGPU implementation for Deno" authors = ["the Deno authors"] +edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" +description = "WebGPU implementation for Deno" [lib] path = "lib.rs" [dependencies] deno_core = { version = "0.95.0", path = "../../core" } -tokio = { version = "1.8.1", features = ["full"] } serde = { version = "1.0.126", features = ["derive"] } +tokio = { version = "1.8.1", features = ["full"] } wgpu-core = { version = "0.9.0", features = ["trace"] } wgpu-types = "0.9.0" -- cgit v1.2.3