blob: f7443aebf5b9acbec57cb54e6cf5de5ed9c49f12 [file] [log] [blame] [edit]
# Licensed under the Apache-2.0 license
[package]
name = "openprot-hal-blocking"
version = "0.1.0"
edition = "2021"
description = "Blocking/synchronous HAL traits for OpenPRoT"
license = "Apache-2.0"
[dependencies]
embedded-hal = "1.0"
zerocopy = { workspace = true }
zeroize = { workspace = true }
subtle = { workspace = true }
rand_core = "0.9"