-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCargo.toml
27 lines (23 loc) · 819 Bytes
/
Cargo.toml
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
27
[package]
name = "ixwindow"
version = "0.1.2"
authors = ["Andrey Vladimirov"]
description = "Iconized xwindow module for Polybar (for bspwm and i3wm)"
keywords = ["polybar", "wms", "bspwm", "i3wm", "xwindow"]
homepage = "https://github.com/andreykaere/ixwindow"
repository = "https://github.com/andreykaere/ixwindow"
readme = "README.md"
license = "MIT"
edition = "2021"
exclude = ["assets/*", "tests_files/*", "examples/*", "install"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
i3ipc = "0.10.1"
bspc-rs = "0.1.1"
image = "0.24.5"
serde = { version = "1.0.152", features = ["derive"] }
shellexpand = "3.0.0"
toml = "0.7.2"
x11rb = { version = "0.11.1", features = ["randr"] }
clap = { version = "4.4.7", features = ["derive"] }
anyhow = "1.0.75"