1
0
mirror of https://github.com/emersion/kanshi synced 2024-09-19 18:35:44 +02:00
kanshi/Cargo.toml

19 lines
384 B
INI
Raw Normal View History

2017-08-04 16:02:25 +02:00
[package]
name = "kanshi"
2017-08-05 13:09:17 +02:00
version = "0.1.1"
2017-08-05 10:33:16 +02:00
description = "Dynamic display configuration"
homepage = "https://github.com/emersion/kanshi"
repository = "https://github.com/emersion/kanshi"
readme = "README.md"
license = "MIT"
2017-08-04 16:02:25 +02:00
authors = ["emersion"]
[dependencies]
2017-08-05 13:05:34 +02:00
edid = "0.2.0"
2017-08-05 09:54:13 +02:00
getopts = "0.2.14"
xmltree = "0.4.0"
2017-08-08 19:42:38 +02:00
[dependencies.nom]
version = "3.2.0"
features = ["verbose-errors"]