-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (21 loc) · 868 Bytes
/
Cargo.toml
File metadata and controls
26 lines (21 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "river-bsp-layout"
version = "2.1.1"
edition = "2021"
authors = ["AJ Reifsnyder <ajreifsnyder@protonmail.com>"]
about = "Binary space partitioned layout for the tiling Wayland compositor River."
license = "GPL-3.0"
description = "Binary space partitioned layout for the tiling Wayland compositor River."
homepage = "https://github.com/areif-dev/river-bsp-layout"
repository = "https://github.com/areif-dev/river-bsp-layout"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.5", features = ["derive", "wrap_help"] }
river-layout-toolkit = "0.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" }