rsld/Cargo.toml

14 lines
184 B
TOML
Raw Permalink 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" }
2021-06-30 04:44:18 +00:00
rayon = "1.5.1"