chore: more informations in Cargo.toml

This commit is contained in:
Pihkaal
2024-03-26 13:15:23 +01:00
parent 1e6cf30fea
commit 90a5ab038d

View File

@@ -2,6 +2,17 @@
name = "tlock" name = "tlock"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Pihkaal <hello@pihkaal.me>"]
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] [dependencies]
chrono = "0.4.31" chrono = "0.4.31"