14 lines
378 B
TOML
14 lines
378 B
TOML
[package]
|
|
name = "run_make_support"
|
|
version = "0.2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bstr = "1.6.0"
|
|
object = "0.36.2"
|
|
similar = "2.5.0"
|
|
wasmparser = { version = "0.214", default-features = false, features = ["std"] }
|
|
regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
|
|
gimli = "0.31.0"
|
|
build_helper = { path = "../build_helper" }
|
|
serde_json = "1.0"
|