aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent01f161fa1ac86e75524bf038e51a236f0dfb22a6 (diff)
Add rust-elfloader to tree (needs modification for 32-bit ELF)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99470d5..11f646f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,3 +2,6 @@
name = "rustv"
version = "0.1.0"
authors = ["David Li <li.davidm96@gmail.com>"]
+
+[dependencies.elfloader]
+path = "src/rust-elfloader"