From d453c3d042b758aab1f10fb7261666488946e78b Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Mon, 10 Sep 2018 21:14:11 +0100 Subject: [PATCH] updating cargo.toml --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c9c705a883..973fe9a83c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,11 @@ name = "Boa" version = "0.1.0" authors = ["Jason Williams "] - +description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language." +homepage = "https://github.com/jasonwilliams/boa" +repository = "https://github.com/jasonwilliams/boa" +keywords = ["javascript", "compiler", "lexer", "parser", "js"] +license = "Unlicense OR MIT" [dependencies] [lib]