summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 5c30f5a4d..e068cbc46 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -2,12 +2,12 @@
[package]
name = "deno_core"
version = "0.95.0"
-edition = "2018"
-description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
authors = ["the Deno authors"]
+edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
+description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
[lib]
path = "lib.rs"