From 5842669ad77afc03522b56efa9ac11c8fa2d024e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Rodrigues=20Miguel?= Date: Wed, 24 Mar 2021 00:08:04 -0300 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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