rsld/Cargo.toml
2021-06-28 17:51:35 -05:00

12 lines
168 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" }