2024-01-07 09:07:22 +04:00
|
|
|
[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
|
2024-02-21 21:27:44 +04:00
|
|
|
csscolorparser = "0.6.2"
|
2024-01-07 09:07:22 +04:00
|
|
|
knuffel = "3.2.0"
|
|
|
|
|
miette = "5.10.0"
|
2024-06-29 08:39:13 +04:00
|
|
|
niri-ipc = { version = "0.1.7", path = "../niri-ipc" }
|
2024-06-10 08:30:57 +03:00
|
|
|
regex = "1.10.5"
|
2024-02-10 07:51:53 +04:00
|
|
|
smithay = { workspace = true, features = ["backend_libinput"] }
|
2024-01-07 09:07:22 +04:00
|
|
|
tracing.workspace = true
|
2024-01-16 12:53:01 +04:00
|
|
|
tracy-client.workspace = true
|
2024-06-11 09:10:46 +03:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
pretty_assertions = "1.4.0"
|
2024-07-08 15:13:44 +02:00
|
|
|
miette = { version = "5.10.0", features = ["fancy"] }
|