summaryrefslogtreecommitdiff
path: root/extensions/webstorage
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/webstorage')
-rw-r--r--extensions/webstorage/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/webstorage/Cargo.toml b/extensions/webstorage/Cargo.toml
index 56f0371d5..69b4482aa 100644
--- a/extensions/webstorage/Cargo.toml
+++ b/extensions/webstorage/Cargo.toml
@@ -3,12 +3,12 @@
[package]
name = "deno_webstorage"
version = "0.8.0"
-edition = "2018"
-description = "Implementation of WebStorage API for Deno"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "Implementation of WebStorage API for Deno"
[lib]
path = "lib.rs"