aboutsummaryrefslogtreecommitdiff
path: root/src/rust-elfloader/Cargo.toml
diff options
context:
space:
mode:
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"