[package] name = "awatcher" version = "0.0.1" authors = ["Demmie <2e3s19@gmail.com>"] edition = "2021" [[bin]] name = "awatcher" path = "src/main.rs" [workspace] members = ["watchers"] [workspace.dependencies] anyhow = "1.0.70" log = { version = "0.4.17", features = ["std"] } [dependencies] watchers = { path = "./watchers", default-features = false } gethostname = "0.4.1" chrono = "0.4.24" toml = "0.7.3" clap = { version = "4.2.1", features = ["string"] } fern = { version = "0.6.2", features = ["colored"] } log = { workspace = true } anyhow = { workspace = true } [features] default = ["gnome", "kwin_window"] gnome = ["watchers/gnome"] kwin_window = ["watchers/kwin_window"]