feat: copied from github.com/seddonm1/quickjs
This commit is contained in:
17
crates/quickjs-wasm/Cargo.toml
Normal file
17
crates/quickjs-wasm/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "quickjs-wasm"
|
||||
version = "0.1.0"
|
||||
authors = [""]
|
||||
edition = "2021"
|
||||
license = "MIT"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
once_cell = "1.17.0"
|
||||
quickjs-wasm-rs = { version = "0.1.3", features = ["json"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
console = []
|
||||
Reference in New Issue
Block a user