2024-02-26 23:04:51 +02:00
|
|
|
[package]
|
|
|
|
name = "ygg_driver_input"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
libk-util.workspace = true
|
|
|
|
libk-mm.workspace = true
|
|
|
|
libk.workspace = true
|
2024-12-10 11:52:26 +02:00
|
|
|
device-api.workspace = true
|
2024-08-08 16:52:34 +03:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
async-trait.workspace = true
|