Files
niri/niri-config/Cargo.toml
T

20 lines
482 B
TOML
Raw Normal View History

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-04-20 16:55:39 +04:00
niri-ipc = { version = "0.1.5", path = "../niri-ipc" }
2024-03-28 15:46:43 +04:00
regex = "1.10.4"
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