yggdrasil-elf/Cargo.toml
Christopher Cole 723532d61d Relicense under dual MIT/Apache-2.0
The Robigalia project wants to include rust-elf. Relicensing at
their behest.
2016-01-12 03:43:15 +00:00

21 lines
458 B
TOML

[package]
name = "elf"
version = "0.0.5"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "http://cole14.github.io/rust-elf/"
description = "A pure-rust library for parsing ELF files"
keywords = ["elf"]
readme = "README.md"
[[bin]]
name = "rust-readelf"
[lib]
name = "elf"
[dependencies]
byteorder = "*"