Files
asusctl/asus-notify/Cargo.toml
2021-08-26 11:44:11 +12:00

22 lines
554 B
TOML

[package]
name = "asus-notify"
version = "3.0.1"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
zbus = "^1.9"
# serialisation
serde_json = "^1.0"
rog_dbus = { path = "../rog-dbus" }
rog_aura = { path = "../rog-aura" }
rog_types = { path = "../rog-types" }
rog_profiles = { path = "../rog-profiles" }
supergfxctl = { path = "../supergfx" }
[dependencies.notify-rust]
version = "^4.3"
default-features = false
features = ["z"]