From 62ad1eebdf30a891f893496bf2dd29955a8175fa Mon Sep 17 00:00:00 2001 From: Vladimir Rubin Date: Sun, 27 Apr 2025 12:32:47 +0300 Subject: [PATCH] docs: add name to Cargo.toml --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8d70c41..0f8559c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,13 @@ [package] name = "hinoirisetr" version = "0.1.0" +authors = ["Vladimir Rubin "] +description = "A daemon to dim the screen at night" +license = "MIT" +repository = "https://git.vavakado.xyz/vavakado/hinoirisetr" +readme = "README.md" +keywords = ["unix", "daemon", "screen", "night"] +categories = ["command-line-utilities"] edition = "2024" [dependencies]