[workspace] resolver = "2" members = ["garcard", "garcard-ipc", "garcardctl"] [workspace.package] version = "0.1.0" edition = "2024" license = "MIT" authors = ["gardesk contributors"] [workspace.dependencies] garcard-ipc = { path = "garcard-ipc" } gartk-core = { path = "../gartk/gartk-core" } gartk-render = { path = "../gartk/gartk-render" } gartk-x11 = { path = "../gartk/gartk-x11" } anyhow = "1" clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["full", "signal"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } dirs = "5" toml = "0.8" zbus = "4" nix = { version = "0.29", features = ["user"] } x11rb = { version = "0.13", features = ["randr"] }