kiwmi/Cargo.toml

14 lines
226 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]
2019-01-07 20:29:08 +00:00
path = "wlroots-rs"
2018-12-31 14:51:40 +00:00
features = ["static", "unstable"]