elf2le/Cargo.toml

10 lines
225 B
TOML
Raw Permalink Normal View History

2022-09-14 17:03:50 -05:00
[package]
name = "elf2le"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
object = { version="0.29.0", features=["write"] }