feat: add boa

This commit is contained in:
2021-01-02 18:33:38 +08:00
parent d7488c82d7
commit 257906518e
3 changed files with 396 additions and 0 deletions

10
__lang/boa/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "boa"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Boa = "0.10.0"