aboutsummaryrefslogtreecommitdiff
path: root/src/rust-elfloader/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-04 10:12:15 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-04 10:12:15 -0700
commit1e93d4c727f632cd5d6cdc90e6d8a21883d6f409 (patch)
treedfe9a4ad686e8fa389eaca24ad1946d377278095 /src/rust-elfloader/Cargo.toml
parent01f161fa1ac86e75524bf038e51a236f0dfb22a6 (diff)
Add rust-elfloader to tree (needs modification for 32-bit ELF)
Diffstat (limited to 'src/rust-elfloader/Cargo.toml')
-rw-r--r--src/rust-elfloader/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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 <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"