kiwmi/Cargo.toml

12 lines
203 B
TOML

[package]
name = "kiwmi"
version = "0.1.0"
authors = ["buffet <dev@buffet.sh>"]
edition = "2018"
[dependencies]
log = "0.4"
[dependencies.wlroots]
path = "wlroots-rs"
features = ["static", "unstable"]