diff options
Diffstat (limited to 'extensions/http')
-rw-r--r-- | extensions/http/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/http/Cargo.toml b/extensions/http/Cargo.toml index 1bf946bea..c7c01eb1f 100644 --- a/extensions/http/Cargo.toml +++ b/extensions/http/Cargo.toml @@ -3,12 +3,12 @@ [package] name = "deno_http" version = "0.4.0" -edition = "2018" -description = "HTTP server implementation for Deno" authors = ["the Deno authors"] +edition = "2018" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" +description = "HTTP server implementation for Deno" [lib] path = "lib.rs" |