From 15d224a8eece6555c2dbd545e9b594488b9837e1 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Mon, 29 Jan 2024 17:20:52 +1030 Subject: [PATCH] fill cargo details --- Cargo.lock | 2 +- Cargo.toml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffcab55..6fcba68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "raph" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index d2ab0bc..7c42ebe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,15 @@ [package] name = "raph" -version = "0.1.0" +version = "0.1.1" +description = "AWS profile manager and executor" +homepage = "https://github.com/n-hass/raph" +repository = "https://github.com/n-hass/raph" +documentation = "https://github.com/n-hass/raph/blob/main/README.md" +readme = "README.md" +license-file = "LICENSE" edition = "2021" + [dependencies] clap = { version = "4.4.18", features = ["cargo"] } crossterm = "0.27.0"