mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 17:33:19 +01:00
17 lines
461 B
TOML
17 lines
461 B
TOML
[package]
|
|
name = "rog_supported"
|
|
version = "4.0.0"
|
|
license = "MPL-2.0"
|
|
readme = "README.md"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
repository = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
homepage = "https://gitlab.com/asus-linux/asus-nb-ctrl"
|
|
description = "Helper to determine what is supported by asus laptops"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rog_aura = { path = "../rog-aura" }
|
|
serde = "^1.0"
|
|
serde_derive = "^1.0"
|
|
zvariant = "^2.6"
|
|
zvariant_derive = "^2.6" |