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/webidl/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/webidl') diff --git a/extensions/webidl/Cargo.toml b/extensions/webidl/Cargo.toml index 6c47e126e..2e3f2f020 100644 --- a/extensions/webidl/Cargo.toml +++ b/extensions/webidl/Cargo.toml @@ -3,12 +3,12 @@ [package] name = "deno_webidl" version = "0.13.0" -edition = "2018" -description = "WebIDL implementation for Deno" authors = ["the Deno authors"] +edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" +description = "WebIDL implementation for Deno" [lib] path = "lib.rs" -- cgit v1.2.3