mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
16 lines
301 B
TOML
16 lines
301 B
TOML
[package]
|
|
name = "niri-ipc"
|
|
version.workspace = true
|
|
description.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
[dependencies]
|
|
clap = { workspace = true, optional = true }
|
|
serde.workspace = true
|
|
|
|
[features]
|
|
clap = ["dep:clap"]
|