diff --git a/Cargo.toml b/Cargo.toml index 50b5f953..8ad9b419 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] +authors = [ + "Daniel Micay ", + "Petar Radošević ", + "robo9k ", +] version = "0.3.0" [lib] @@ -16,4 +21,4 @@ name = "magic" [dependencies.magic-sys] path = "magic-sys" -version = "0.0.1" +version = "0.0.2"