chore: update cargo.toml
parent
03b542d64c
commit
d16ae135e6
|
@ -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 }
|
||||||
|
|
Loading…
Reference in New Issue