From 90a5ab038d277ed5818475e56281d296cca5f5c3 Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Tue, 26 Mar 2024 13:15:23 +0100 Subject: [PATCH] chore: more informations in Cargo.toml --- Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 9a7b616..00d2d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,17 @@ name = "tlock" version = "0.1.0" edition = "2021" +authors = ["Pihkaal "] + +description = "Fully customizable cross-platform clock for the terminal." +homepage = "https://github.com/pihkaal/tlock" +repository = "https://github.com/pihkaal/tlock" + +keywords = ["clock", "unixporn", "terminal"] +categories = ["command-line-utilities"] + +readme = "README.md" +license = "MIT" [dependencies] chrono = "0.4.31"