Skip to content

Commit

Permalink
Renamed the tester crate to "boa_tester" and added some more Cargo.to…
Browse files Browse the repository at this point in the history
…ml metadata
  • Loading branch information
Razican committed Sep 2, 2020
1 parent f8b00e8 commit 31f2b45
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 20 deletions.
32 changes: 16 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions tester/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "tester"
version = "0.1.0"
name = "boa_tester"
version = "0.9.0"
authors = ["Iban Eguia Moraza <[email protected]>"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
repository = "https://github.com/boa-dev/boa"
keywords = ["javascript", "compiler", "test262", "tester", "js"]
categories = ["parser-implementations", "wasm"]
license = "Unlicense/MIT"
exclude = ["../.vscode/*", "../Dockerfile", "../Makefile", "../.editorConfig"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Boa = { path = "../boa" }
structopt = "0.3.17"
Expand Down

0 comments on commit 31f2b45

Please sign in to comment.