mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-18 07:11:04 +02:00
fix: add JSON schema derivation, move dep declaration back to bottom
This commit is contained in:
parent
3bf4e9b877
commit
8b91febed7
2 changed files with 5 additions and 3 deletions
|
@ -142,9 +142,6 @@ mpris = { version = "2.0.1", optional = true }
|
|||
# networkmanager
|
||||
futures-signals = { version = "0.3.33", optional = true }
|
||||
|
||||
# schema
|
||||
schemars = { version = "0.8.21", optional = true }
|
||||
|
||||
# sys_info
|
||||
sysinfo = { version = "0.29.11", optional = true }
|
||||
|
||||
|
@ -168,3 +165,6 @@ regex = { version = "1.10.4", default-features = false, features = [
|
|||
"std",
|
||||
], optional = true } # music, sys_info
|
||||
zbus = { version = "3.15.2", default-features = false, features = ["tokio"], optional = true } # networkmanager, notifications, upower
|
||||
|
||||
# schema
|
||||
schemars = { version = "0.8.21", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue