docs: add name to Cargo.toml

This commit is contained in:
Vladimir Rubin 2025-04-27 12:32:47 +03:00
parent 076dc5c0be
commit 62ad1eebdf
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -1,6 +1,13 @@
[package] [package]
name = "hinoirisetr" name = "hinoirisetr"
version = "0.1.0" version = "0.1.0"
authors = ["Vladimir Rubin <vavakado@proton.me>"]
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" edition = "2024"
[dependencies] [dependencies]