nirgendwm/Cargo.toml

14 lines
339 B
TOML

[package]
name = "wm"
version = "0.1.0"
authors = ["noonebtw <noonebtw@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nix = "0.19.1"
x11 = {version = "2.18.2", features = ["xlib"] }
log = "0.4.13"
weak-table = "0.3.0"
simple_logger = "1.11.0"