river-bsp-layout 2.1.1

Binary space partitioned layout for the tiling Wayland compositor River.
Documentation
[[bin]]
name = "river-bsp-layout"
path = "src/main.rs"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.5"

[dependencies.river-layout-toolkit]
version = "0.1"

[lib]
name = "river_bsp_layout"
path = "src/lib.rs"

[package]
authors = ["AJ Reifsnyder <ajreifsnyder@protonmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Binary space partitioned layout for the tiling Wayland compositor River."
edition = "2021"
homepage = "https://github.com/areif-dev/river-bsp-layout"
license = "GPL-3.0"
name = "river-bsp-layout"
readme = "README.md"
repository = "https://github.com/areif-dev/river-bsp-layout"
version = "2.1.1"

[package.metadata.rpm]
package = "river-bsp-layout"

[package.metadata.rpm.cargo]
buildflags = ["--release"]

[package.metadata.rpm.targets.river-bsp-layout]
path = "/usr/bin/river-bsp-layout"

[[test]]
name = "bsp_layout"
path = "tests/bsp_layout.rs"

[[test]]
name = "user_cmd"
path = "tests/user_cmd.rs"