diff --git a/Cargo.toml b/Cargo.toml index e6162a9..6c88a09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,14 @@ [package] name = "ouch" version = "0.1.0" -authors = ["Vinícius Rodrigues Miguel "] +authors = ["Vinícius Rodrigues Miguel "] edition = "2018" +readme = "README.md" +homepage = "https://github.com/vrmiguel/ouch" +license = "MIT" +keywords = ["decompression", "compression", "zip", "tar", "gzip"] +categories = ["command-line-utilities", "compression", "encoding"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html