2023-08-13 21:23:58 +03:00
|
|
|
[package]
|
|
|
|
name = "device-api"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-12-11 03:04:49 +02:00
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
2023-08-13 21:23:58 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
yggdrasil-abi.workspace = true
|
|
|
|
device-api-macros = { workspace = true, optional = true }
|
2023-08-13 21:23:58 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = []
|
2023-12-10 12:51:53 +02:00
|
|
|
derive = ["device-api-macros"]
|