Browse Source

changing boa back to Boa

pull/5/head
Jason Williams 6 years ago
parent
commit
10c07b6f99
  1. 12
      Cargo.lock
  2. 2
      Cargo.toml

12
Cargo.lock generated

@ -1,10 +1,5 @@
[[package]]
name = "bitflags"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "boa"
name = "Boa"
version = "0.1.4"
dependencies = [
"gc 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@ -14,6 +9,11 @@ dependencies = [
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "bitflags"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cloudabi"
version = "0.0.3"

2
Cargo.toml

@ -1,5 +1,5 @@
[package]
name = "boa"
name = "Boa"
version = "0.1.4"
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."

Loading…
Cancel
Save