Browse Source

updating cargo.toml

pull/1/head
Jason Williams 6 years ago
parent
commit
d453c3d042
  1. 6
      Cargo.toml

6
Cargo.toml

@ -2,7 +2,11 @@
name = "Boa"
version = "0.1.0"
authors = ["Jason Williams <jase.williams@gmail.com>"]
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]

Loading…
Cancel
Save