summaryrefslogtreecommitdiff
path: root/extensions/web
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/web')
-rw-r--r--extensions/web/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml
index 05b94fe47..c9d82b273 100644
--- a/extensions/web/Cargo.toml
+++ b/extensions/web/Cargo.toml
@@ -3,12 +3,12 @@
[package]
name = "deno_web"
version = "0.44.0"
-edition = "2018"
-description = "Collection of Web APIs"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "Collection of Web APIs"
[lib]
path = "lib.rs"