From 1e93d4c727f632cd5d6cdc90e6d8a21883d6f409 Mon Sep 17 00:00:00 2001 From: David Li Date: Mon, 4 Jan 2016 10:12:15 -0700 Subject: Add rust-elfloader to tree (needs modification for 32-bit ELF) --- src/rust-elfloader/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/rust-elfloader/Cargo.toml (limited to 'src/rust-elfloader/Cargo.toml') diff --git a/src/rust-elfloader/Cargo.toml b/src/rust-elfloader/Cargo.toml new file mode 100644 index 0000000..ee5670f --- /dev/null +++ b/src/rust-elfloader/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "elfloader" +version = "0.0.3" +authors = ["Gerd Zellweger ", "Christopher Cole ", "John Kåre Alsaker "] +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" -- cgit v1.2.3