Move config into a separate crate

Get miette and knuffel deps contained within.
This commit is contained in:
Ivan Molodetskikh
2024-01-07 09:07:22 +04:00
parent 4e0aa39113
commit 64c41fa2c8
15 changed files with 92 additions and 41 deletions
+16
View File
@@ -0,0 +1,16 @@
[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