[package]
edition = "2024"
name = "halley-cli"
version = "0.1.0"
authors = ["Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"]
build = false
exclude = [
"/.github",
"/target",
"/.idea",
"/.vscode",
"Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for interacting with and controlling the Halley Wayland compositor."
readme = "README.md"
keywords = [
"wayland",
"compositor",
"rust",
"linux",
]
categories = [
"os::linux-apis",
"gui",
]
license = "GPL-3.0-only"
repository = "https://github.com/saltnpepper97/halley"
resolver = "2"
[[bin]]
name = "halleyctl"
path = "src/main.rs"
[dependencies.halley-ipc]
version = "0.1.0"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"