summary refs log tree commit diff
path: root/src/tools/lld-wrapper/Cargo.toml
blob: 66a586fd6c35ed049f72f4f8d6c96d6fd93d62bd (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "lld-wrapper"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]

[features]
ld = []
ld64 = []