about summary refs log tree commit diff
path: root/src/tools/wasm-component-ld/Cargo.toml
blob: ce718902b29fce62a1bb76da99d823c528aa7170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# See the `README.md` in this directory for what this tool is.

[package]
name = "wasm-component-ld-wrapper"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "wasm-component-ld"
path = "src/main.rs"

[dependencies]
wasm-component-ld = "0.5.14"