rsld/Cargo.toml
2021-06-29 23:44:18 -05:00

14 lines
184 B
TOML

[package]
name = "rsld"
version = "0.1.0"
edition = "2018"
[workspace]
members = ["elf"]
[dependencies]
anyhow = "1.0.41"
structopt = "0.3.21"
elf = { path = "elf" }
rayon = "1.5.1"