kiwmi/Cargo.toml
2019-01-07 21:29:08 +01:00

13 lines
226 B
TOML

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