Files
niri/niri-config/Cargo.toml
T

19 lines
457 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
knuffel = "3.2.0"
miette = "5.10.0"
2024-02-16 18:00:19 +04:00
niri-ipc = { version = "0.1.2", path = "../niri-ipc" }
2024-02-13 17:46:37 +04:00
regex = "1.10.3"
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