kiwmi/Cargo.toml

14 lines
224 B
TOML
Raw Normal View History

2018-12-31 14:51:40 +00:00
[package]
name = "kiwmi"
version = "0.1.0"
authors = ["buffet <dev@buffet.sh>"]
edition = "2018"
[dependencies]
2019-01-03 22:15:28 +00:00
env_logger = "0.6.0"
log = "0.4.0"
2018-12-31 14:51:40 +00:00
[dependencies.wlroots]
version = "0.2.4"
features = ["static", "unstable"]