mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
14 lines
217 B
TOML
14 lines
217 B
TOML
[package]
|
|
name = "rog-core"
|
|
version = "0.3.2"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gumdrop = "0.8"
|
|
dbus = "0.7.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
|
|
rog-lib = { path = "../rog-lib" }
|