rswm/Cargo.toml

11 lines
251 B
TOML
Raw Normal View History

2024-01-31 06:51:33 +00:00
[package]
name = "rswm"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
x11rb = { version = "0.13.0", features = ["extra-traits"] }
anyhow = "1.0.79"