From 0b4e1beb53d6dd1d9e27657c14ea735b41ec5d04 Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Fri, 1 Dec 2023 15:47:09 -0500 Subject: [PATCH] Updated cargo manifest information --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a53b798..a29a232 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "arkham" -version = "0.3.0" +version = "0.2.0" edition = "2021" +description = "TUI made simple" +authors = ["Joe Bellus"] +license = "MIT" [[example]] name = "simple"