mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
18 lines
533 B
TOML
18 lines
533 B
TOML
[package]
|
|
name = "slashctl"
|
|
license = "MPL-2.0"
|
|
version.workspace = true
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
description = "A ctrl app to control the Asus Slash"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rog_slash = { path = "../rog-slash" }
|
|
rog_platform = { path = "../rog-platform" }
|
|
rog_profiles = { path = "../rog-profiles" }
|
|
dmi_id = { path = "../dmi-id" }
|
|
futures-lite = "*"
|
|
udev.workspace = true
|
|
inotify.workspace = true |