Files
niri/niri-config/Cargo.toml
T
Ivan Molodetskikh af4b5f99e9 Bump version to 25.08
2025-08-29 22:01:28 +03:00

24 lines
603 B
TOML

[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
csscolorparser = "0.7.2"
knuffel = "3.2.0"
miette = { version = "5.10.0", features = ["fancy-no-backtrace"] }
niri-ipc = { version = "25.8.0", path = "../niri-ipc" }
regex = "1.11.2"
smithay = { workspace = true, features = ["backend_libinput"] }
tracing.workspace = true
tracy-client.workspace = true
[dev-dependencies]
insta.workspace = true
pretty_assertions = "1.4.1"