Add Cargo metadata

This commit is contained in:
Mike Welsh 2016-08-30 14:32:04 -07:00
parent b58b575c71
commit 32c3765d81
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
name = "swf" name = "swf"
version = "0.1.0" version = "0.1.0"
authors = ["Mike Welsh"] 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] [dependencies]
byteorder = "*" byteorder = "*"