[package] name = "fwm" version = "0.1.0" authors = ["Brennan Vincent "] edition = "2018" license = "Apache-2.0" description = "Window management logic" repository = "https://github.com/umanwizard/fwm" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1", features = ["derive"] } serde_json = "1" gtk = { version = "0.9.2", features = ["v3_16"] } gio = { version = "0.9.1", features = ["v2_44"] } gdk = { version = "0.13.2", features = ["v3_16"] } rand = "0.8"