Browse Source

documentation added

pull/1/head
Jason Williams 6 years ago
parent
commit
f61d9f61a6
  1. 4
      Cargo.lock
  2. 4
      Cargo.toml

4
Cargo.lock generated

@ -1,4 +1,4 @@
[[package]] [[package]]
name = "boa" name = "Boa"
version = "0.1.1" version = "0.1.2"

4
Cargo.toml

@ -1,6 +1,6 @@
[package] [package]
name = "boa" name = "Boa"
version = "0.1.1" version = "0.1.2"
authors = ["Jason Williams <jase.williams@gmail.com>"] 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." 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" homepage = "https://github.com/jasonwilliams/boa"

Loading…
Cancel
Save