mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Break config-traits out in to crate
This commit is contained in:
13
Cargo.lock
generated
13
Cargo.lock
generated
@@ -657,6 +657,17 @@ dependencies = [
|
||||
"crossbeam-utils",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "config-traits"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"log",
|
||||
"ron",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "core-foundation"
|
||||
version = "0.9.3"
|
||||
@@ -782,6 +793,7 @@ version = "4.5.8"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"concat-idents",
|
||||
"config-traits",
|
||||
"env_logger",
|
||||
"log",
|
||||
"logind-zbus",
|
||||
@@ -797,7 +809,6 @@ dependencies = [
|
||||
"sysfs-class",
|
||||
"systemd-zbus",
|
||||
"tokio",
|
||||
"toml",
|
||||
"zbus",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user