rot8 1.0.0

automatic display rotation using built-in accelerometer
[dependencies.clap]
version = "3.2"

[dependencies.glob]
version = "0.3"

[dependencies.regex]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.wayland-client]
version = "0.31.0"

[dependencies.wayland-protocols-wlr]
features = ["client"]
version = "0.2.0"

[package]
authors = ["efernau <e.fernau@efero.de>", "deadly_platypus <mail@geth.systems>", "nicola-sorace"]
description = "automatic display rotation using built-in accelerometer"
documentation = "https://github.com/efernau/rot8"
edition = "2018"
homepage = "https://github.com/efernau/rot8"
keywords = ["sway", "x11", "display", "rotation"]
license = "MIT"
name = "rot8"
readme = "README.md"
repository = "https://github.com/efernau/rot8"
version = "1.0.0"
[profile.release]
lto = true
strip = true