[package]
name = "halley-cli"
version.workspace = true
edition.workspace = true
authors.workspace = true
description = "Command-line interface for interacting with and controlling the Halley Wayland compositor."
license.workspace = true
readme.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true
[[bin]]
name = "halleyctl"
path = "src/main.rs"
[dependencies]
halley-ipc.workspace = true
serde.workspace = true
serde_json = "1.0"