17 lines
349 B
TOML
17 lines
349 B
TOML
[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 = [] |