summaryrefslogtreecommitdiff
path: root/extensions/fetch
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/fetch')
-rw-r--r--extensions/fetch/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/fetch/Cargo.toml b/extensions/fetch/Cargo.toml
index 810be2f23..9c9a64222 100644
--- a/extensions/fetch/Cargo.toml
+++ b/extensions/fetch/Cargo.toml
@@ -3,12 +3,12 @@
[package]
name = "deno_fetch"
version = "0.36.0"
-edition = "2018"
-description = "Fetch API implementation for Deno"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "Fetch API implementation for Deno"
[lib]
path = "lib.rs"