From 100106270a62d074d39a725a862d7213be92ab4c Mon Sep 17 00:00:00 2001 From: Atsukoro1 Date: Mon, 5 Dec 2022 13:08:32 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20Cargo.toml=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e2382f8..73be1b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,8 @@ [package] name = "ponyfetch" +description="A cross-platform command-line interface (CLI) tool written in Rust to display system information in an aesthetically pleasing and entertaining manner. " version = "0.1.0" +authors=["Atsukoro1"] +license="GNU GENERAL PUBLIC LICENSE 2.0" +categories=["command-line-utilities"] edition = "2021" \ No newline at end of file