[package]
edition = "2024"
name = "bark-shell"
version = "0.1.0"
build = false
exclude = [
"/.opencode/**",
"AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A work-in-progress GTK4 desktop shell for niri"
readme = "README.md"
keywords = [
"wayland",
"niri",
"gtk",
]
categories = ["gui"]
license = "GPL-3.0-only"
repository = "https://github.com/ivyrs/bark"
[[bin]]
name = "bark"
path = "src/main.rs"
[dependencies.color-eyre]
version = "0.6.5"
[dependencies.gtk]
version = "0.11.4"
package = "gtk4"
[dependencies.gtk4-layer-shell]
version = "0.8.1"
[dependencies.niri-ipc]
version = "26.4.0"
[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unsafe_code = "forbid"