From 32c3765d81e33bf9dd7d5f9dd1ed8f29aa49cdb8 Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Tue, 30 Aug 2016 14:32:04 -0700 Subject: [PATCH] Add Cargo metadata --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 91fe2e9e2..15a42a462 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "swf" version = "0.1.0" authors = ["Mike Welsh"] +repository = "https://github.com/Herschel/swf-rs.git" +homepage = "https://github.com/Herschel/swf-rs.git" +license = "GPLv3" +readme = "README.md" +description = "Read and write the Adobe Flash SWF file format." [dependencies] byteorder = "*"