mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-22 02:01:55 +07:00
64c41fa2c8
Get miette and knuffel deps contained within.
17 lines
345 B
TOML
17 lines
345 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
|
|
directories.workspace = true
|
|
knuffel = "3.2.0"
|
|
miette = "5.10.0"
|
|
smithay.workspace = true
|
|
tracing.workspace = true
|