Bump version to 0.0.4 and add documentation link

This commit is contained in:
Christopher Cole 2015-02-03 22:15:48 -08:00
parent adbbc42c4b
commit 9726de2591

View File

@ -1,10 +1,11 @@
[package]
name = "elf"
version = "0.0.3"
version = "0.0.4"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/cole14/rust-elf/"
repository = "https://github.com/cole14/rust-elf/"
documentation = "http://cole14.github.io/rust-elf/"
description = "A pure-rust library for parsing ELF files"
keywords = ["elf"]
readme = "README.md"