rot8/Cargo.toml

19 lines
545 B
TOML
Raw Normal View History

2019-05-18 20:27:15 +00:00
[package]
name = "rot8"
2020-01-04 22:50:44 +00:00
version = "0.1.3"
2019-12-27 15:12:42 +00:00
authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>"]
2019-08-17 00:15:16 +00:00
license = "MIT"
description = "automatic display rotation using built-in accelerometer"
homepage = "https://github.com/efernau/rot8"
documentation = "https://github.com/efernau/rot8"
repository = "https://github.com/efernau/rot8"
keywords = ["sway", "x11", "display", "rotation"]
2019-05-18 20:27:15 +00:00
edition = "2018"
[dependencies]
2019-05-19 03:41:30 +00:00
clap = "2.33"
glob = "0.3"
regex = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"