aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Li <li.davidm96@gmail.com>2016-01-05 10:55:03 -0700
committerDavid Li <li.davidm96@gmail.com>2016-01-05 10:55:03 -0700
commitb0c8984a6d79c433a784fc5038b358ef0dd35b1a (patch)
tree90aae6138f946f951955431c3a8bed845cd1e86d /Cargo.toml
parent8792b8599351dbef7334b4bfc1840e3eee7a85c2 (diff)
Rename elfloader crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a41b968..69f5d7f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,6 @@ repository = "https://git.lidavidm.me/rustv"
readme = "README.md"
license = "GPL-3.0"
-[dependencies.elfloader]
+[dependencies.elfloader32]
path = "src/rust-elfloader"
version = "0.0.3"