niri/niri-config/Cargo.toml

19 lines
457 B
TOML
Raw Normal View History

[package]
name = "niri-config"
version.workspace = true
description.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
[dependencies]
bitflags.workspace = true
knuffel = "3.2.0"
miette = "5.10.0"
2024-02-16 17:00:19 +03:00
niri-ipc = { version = "0.1.2", path = "../niri-ipc" }
2024-02-13 16:46:37 +03:00
regex = "1.10.3"
smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true
tracy-client.workspace = true