nirgendwm/Cargo.toml
2021-01-09 08:55:36 +01:00

10 lines
263 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]
x11 = {version = "2.18.2", features = ["xlib"] }