Skip to content

Commit

Permalink
Specify license, fix repository, extend authors, bump version
Browse files Browse the repository at this point in the history
… in cargo metadata
  • Loading branch information
robo9k committed Dec 19, 2014
1 parent 73bd9fe commit c14fe45
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@
name = "magic"
description = "libmagic bindings"
readme = "README.md"
license = "MIT"
keywords = ["magic", "binding", "file"]
homepage = "https://github.com/robo9k/rust-magic"
repository = "https://github.com/robo9k/rust-magic"
repository = "https://github.com/robo9k/rust-magic.git"
documentation = "http://rust-ci.org/robo9k/rust-magic/doc/magic/"
authors = ["Daniel Micay <danielmicay@gmail.com>"]
authors = [
"Daniel Micay <danielmicay@gmail.com>",
"Petar Radošević <petar@wunki.org>",
"robo9k <robo@9k.lv>",
]
version = "0.3.0"

[lib]
Expand All @@ -16,4 +21,4 @@ name = "magic"

[dependencies.magic-sys]
path = "magic-sys"
version = "0.0.1"
version = "0.0.2"

0 comments on commit c14fe45

Please sign in to comment.