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) --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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 "] + +[dependencies.elfloader] +path = "src/rust-elfloader" -- cgit v1.2.3