docs: add name to Cargo.toml
This commit is contained in:
parent
076dc5c0be
commit
62ad1eebdf
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
|||
[package]
|
||||
name = "hinoirisetr"
|
||||
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"
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Reference in a new issue