From 774ffd95cff5d66c55cd7af72f456c03b105e931 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Thu, 20 Apr 2023 21:17:24 +0200 Subject: [PATCH] Add readme field --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe52b0e..b824431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,9 @@ [package] name = "keylightd" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "0BSD" +readme = "README.md" description = "Keyboard backlight daemon for Framework laptops" repository = "https://github.com/jonas-schievink/keylightd" categories = ["hardware-support", "command-line-utilities"]