specify deps

This commit is contained in:
Ashley Wulber 2022-12-23 12:01:44 -05:00
parent 958f163ed9
commit af1cc089ec
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
3 changed files with 7 additions and 4 deletions

View file

@ -9,5 +9,8 @@ bitflags = "1.3"
derive_builder = "0.12"
procfs = { version = "0.14", default-features = false }
time = "0.3"
zbus = "3.6"
zvariant = "3.1"
zvariant = "3.1.2"
[dependencies.zbus]
git = "https://gitlab.freedesktop.org/dbus/zbus"
branch = "main"