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]