summary refs log tree commit diff
path: root/src/tools/run-make-support/Cargo.toml
blob: cf4ae4b16cd566ee0e400b3ea4d395ba50eaa14c (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "run_make_support"
version = "0.0.0"
edition = "2021"

[dependencies]
object = "0.34.0"
similar = "2.5.0"
wasmparser = "0.118.2"
regex = "1.8" # 1.8 to avoid memchr 2.6.0, as 2.5.0 is pinned in the workspace
gimli = "0.28.1"