From e6d2693a836788894373af1b35ed678b3561f6ac Mon Sep 17 00:00:00 2001 From: David Li Date: Tue, 5 Jan 2016 11:02:05 -0700 Subject: Upload elfloader separately --- src/rust-elfloader/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rust-elfloader/Cargo.toml') diff --git a/src/rust-elfloader/Cargo.toml b/src/rust-elfloader/Cargo.toml index 462a580..35f4f9d 100644 --- a/src/rust-elfloader/Cargo.toml +++ b/src/rust-elfloader/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "elfloader32" version = "0.0.3" -authors = ["Gerd Zellweger ", "Christopher Cole ", "John Kåre Alsaker "] -repository = "https://github.com/gz/rust-elfloader" +authors = ["Gerd Zellweger ", "Christopher Cole ", "John Kåre Alsaker ", "David Li "] +repository = "https://git.lidavidm.me/rustv" license = "Apache-2.0" -description = "A rust library to load ELF files." +description = "A rust library to load ELF files, modified to handle 32-bit ELF." keywords = ["elf", "x86", "os"] readme = "README.md" -- cgit v1.2.3