[package]
name = "curseswm"
version = "0.1.0"
edition = "2021"
description = "A terminal based window manager"
license = "GPL-3.0-or-later"
homepage = "https://github.com/Rillian-Grant/cursesWM"
repository = "https://github.com/Rillian-Grant/cursesWM"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
termion = "1.5.6"