chuniio-yubideck/aimeio/Cargo.toml

24 lines
544 B
TOML

[package]
name = "aimeio-yubideck"
version = "0.1.4"
edition = "2021"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
chusan = []
[dependencies]
faster-hex = "0.9.0"
lazy_static = { workspace = true }
log = { workspace = true }
rand = "0.8.5"
shared_memory = { workspace = true }
winapi = { workspace = true, features = ["winbase", "winerror", "winnt", "winuser"] }
yubideck-common = { path = "../common" }
[build-dependencies]
cfg_aliases = "0.2.0"