kiwmi/Cargo.toml

13 lines
213 B
TOML
Raw Normal View History

2018-12-31 15:51:40 +01:00
[package]
name = "kiwmi"
version = "0.1.0"
authors = ["buffet <niclas@countingsort.com>"]
edition = "2018"
[dependencies]
2019-01-17 14:37:02 +01:00
log = "0.4"
2018-12-31 15:51:40 +01:00
[dependencies.wlroots]
2019-01-07 21:29:08 +01:00
path = "wlroots-rs"
2018-12-31 15:51:40 +01:00
features = ["static", "unstable"]