2019-05-18 20:27:15 +00:00
|
|
|
[package]
|
|
|
|
name = "rot8"
|
2019-09-14 03:30:02 +00:00
|
|
|
version = "0.1.2"
|
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"
|
2019-09-05 14:08:19 +00:00
|
|
|
glob = "0.3"
|
|
|
|
regex = "1"
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = "1.0"
|