summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-03-31 17:22:02 -0400
committerGitHub <noreply@github.com>2019-03-31 17:22:02 -0400
commit97265895baaf7e90180f10f7ef741e9bbf1dcfd0 (patch)
tree06025aa18417b8b1ac20144a68b61027f5d5be6f /core/Cargo.toml
parent3ba4c3c2b08f9827af67b208f276e95082b625bd (diff)
Publish rust crate on crates.io (#2024)
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index b96713e19..a922e8837 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -4,6 +4,9 @@
name = "deno"
version = "0.3.5"
edition = "2018"
+description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio"
+authors = ["The deno authors <bertbelder@nodejs.org>"]
+license = "MIT"
[lib]
path = "lib.rs"