1
0
Fork 0
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:
Reinout Meliesie 2024-06-07 11:25:57 +02:00
parent 3bf4e9b877
commit 8b91febed7
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 5 additions and 3 deletions

View file

@ -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 }