rsld/Cargo.toml

13 lines
168 B
TOML
Raw Normal View History

2021-06-28 20:33:08 +00:00
[package]
name = "rsld"
version = "0.1.0"
edition = "2018"
2021-06-28 22:51:35 +00:00
[workspace]
members = ["elf"]
2021-06-28 20:33:08 +00:00
[dependencies]
anyhow = "1.0.41"
structopt = "0.3.21"
2021-06-28 22:51:35 +00:00
elf = { path = "elf" }