chore: update cargo.toml

WIP/draft
drendog 2024-08-22 01:56:49 +02:00
parent 03b542d64c
commit d16ae135e6
Signed by: dwenya
GPG Key ID: 8DD77074645332D0
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021" edition = "2021"
description = "A layer shell library crate with Slint UI" description = "A layer shell library crate with Slint UI"
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/drendog/layer-shika" repository = "https://codeberg.org/dyrland/layer-shika"
readme = "README.md" readme = "README.md"
keywords = [ keywords = [
"layer-shell", "layer-shell",
@ -20,7 +20,7 @@ keywords = [
"wlroots", "wlroots",
"sway", "sway",
] ]
categories = ["gui", "compositor"] categories = ["GUI"]
[lints.clippy] [lints.clippy]
all = { level = "warn", priority = -1 } all = { level = "warn", priority = -1 }