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

[dependencies]

[features]
ld = []
ld64 = []