mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
10 lines
190 B
TOML
10 lines
190 B
TOML
[package]
|
|
name = "rog-core"
|
|
version = "0.1.0"
|
|
authors = ["Luke <luke@ljones.dev>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rusb = "0.5"
|
|
gumdrop = { git = "https://github.com/murarth/gumdrop.git" }
|