[package] name = "lefthk-core" version = "0.2.2" edition = "2021" license = "BSD-3-Clause" readme = "README.md" repository = "https://github.com/leftwm/lefthk" description = "A hotkey daemon for Adventurers" [dependencies] mio = "1.0.2" nix = {version = "0.29.0", features = ["fs", "signal"]} signal-hook = "0.3.4" thiserror = "1.0.30" tokio = { version = "1.14.0", features = ["fs", "io-util", "macros", "net", "rt-multi-thread", "sync", "time"] } x11-dl = "2.19.1" xdg = "2.4.0" ron = "0.8.0" serde = { version = "1.0.145", features= ["derive"]} inventory = "0.3.2" # logging tracing = "0.1.36" [dev-dependencies] tempfile = "3.2.0"