Simplify the notifier

This commit is contained in:
Luke D. Jones
2021-05-27 13:22:00 +12:00
parent a7ef63bd8a
commit 1dd543ddf3
4 changed files with 56 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "asus-notify"
version = "3.0.0"
version = "3.0.1"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"
@@ -10,9 +10,9 @@ edition = "2018"
# serialisation
serde_json = "^1.0"
rog_dbus = { path = "../rog-dbus" }
rog_profiles = { path = "../rog-profiles" }
rog_aura = { path = "../rog-aura" }
rog_types = { path = "../rog-types" }
daemon = { path = "../daemon" }
rog_profiles = { path = "../rog-profiles" }
[dependencies.notify-rust]
version = "^4.3"