diff options
| author | Bert Belder <bertbelder@gmail.com> | 2019-03-31 17:22:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-31 17:22:02 -0400 |
| commit | 97265895baaf7e90180f10f7ef741e9bbf1dcfd0 (patch) | |
| tree | 06025aa18417b8b1ac20144a68b61027f5d5be6f /core/Cargo.toml | |
| parent | 3ba4c3c2b08f9827af67b208f276e95082b625bd (diff) | |
Publish rust crate on crates.io (#2024)
Diffstat (limited to 'core/Cargo.toml')
| -rw-r--r-- | core/Cargo.toml | 3 |
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" |
