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-08-08 15:01:18 +03:00
|
|
|
csscolorparser = "0.7.0"
|
2024-01-07 09:07:22 +04:00
|
|
|
knuffel = "3.2.0"
|
|
|
|
|
miette = "5.10.0"
|
2024-11-09 17:35:31 +03:00
|
|
|
niri-ipc = { version = "0.1.10", path = "../niri-ipc" }
|
2024-11-09 15:57:17 +03:00
|
|
|
regex = "1.11.1"
|
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]
|
2024-12-20 08:49:18 +03:00
|
|
|
insta.workspace = true
|
2024-07-08 15:13:44 +02:00
|
|
|
miette = { version = "5.10.0", features = ["fancy"] }
|
2024-09-30 15:27:36 +03:00
|
|
|
pretty_assertions = "1.4.1"
|