mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
16 lines
410 B
TOML
16 lines
410 B
TOML
[package]
|
|
name = "asus-notify"
|
|
version.workspace = true
|
|
authors = ["Luke D Jones <luke@ljones.dev>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
zbus.workspace = true
|
|
# serialisation
|
|
serde_json.workspace = true
|
|
rog_dbus = { path = "../rog-dbus" }
|
|
rog_aura = { path = "../rog-aura" }
|
|
rog_platform = { path = "../rog-platform" }
|
|
rog_profiles = { path = "../rog-profiles" }
|
|
smol.workspace = true
|
|
notify-rust.workspace = true |