14 lines
250 B
TOML
14 lines
250 B
TOML
[package]
|
|
name = "ygg_driver_input"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
yggdrasil-abi.workspace = true
|
|
libk-util.workspace = true
|
|
libk-mm.workspace = true
|
|
libk.workspace = true
|
|
device-api.workspace = true
|
|
|
|
async-trait.workspace = true
|