From ff9f348fd90f1226532488825ea57f9e8a755a20 Mon Sep 17 00:00:00 2001 From: Marcelo Hernandez Date: Wed, 15 Nov 2023 13:38:48 -0500 Subject: [PATCH] prepare for 0.1.0 publish --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 545c22f..d476812 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,11 @@ name = "atmpt" authors = ["Marcelo Hernandez "] description = "Attempt quick, temporary code projects" +homepage = "https://github.com/marcelohdez/atmpt" +license = "GPL-3.0-only" +license-file = "LICENSE" +keywords = ["cli"] + version = "0.1.0" edition = "2021"