aboutsummaryrefslogtreecommitdiff
path: root/src/rust-elfloader/Cargo.toml
blob: 462a5801331e8e6ff40043404bf82efc0593756d (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "elfloader32"
version = "0.0.3"
authors = ["Gerd Zellweger <mail@gerdzellweger.com>", "Christopher Cole <chris.cole.09@gmail.com>", "John Kåre Alsaker <john.kare.alsaker@gmail.com>"]
repository = "https://github.com/gz/rust-elfloader"
license = "Apache-2.0"
description = "A rust library to load ELF files."
keywords = ["elf", "x86", "os"]
readme = "README.md"