diff options
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" |