feat: add dependency
This commit is contained in:
22
javascript-engine/external/boa/boa_wasm/Cargo.toml
vendored
Normal file
22
javascript-engine/external/boa/boa_wasm/Cargo.toml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "boa_wasm"
|
||||
description = "WASM compatibility layer for the Boa JavaScript engine."
|
||||
keywords = ["javascript", "compiler", "lexer", "parser", "js"]
|
||||
categories = ["parser-implementations", "wasm", "compilers"]
|
||||
publish = false
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[dependencies]
|
||||
boa_engine = { workspace = true, features = ["console"] }
|
||||
wasm-bindgen = "0.2.83"
|
||||
getrandom = { version = "0.2.8", features = ["js"] }
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "lib"]
|
||||
name = "boa_wasm"
|
||||
bench = false
|
||||
Reference in New Issue
Block a user