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) --- runtime/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 9e6ed8feb..044c3a1a1 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -3,11 +3,11 @@ [package] name = "deno_runtime" version = "0.21.0" -license = "MIT" authors = ["the Deno authors"] edition = "2018" -description = "Provides the deno runtime library" +license = "MIT" repository = "https://github.com/denoland/deno" +description = "Provides the deno runtime library" [lib] name = "deno_runtime" -- cgit v1.2.3