[package] name = "cpywm" version = "0.0.1" authors = ["mental "] edition = "2018" license = "MIT" description = "A Tiling window manager built in Rust powered by CPython." [dependencies] x11 = "2.18.1" pyo3 = "0.8.4"