summaryrefslogtreecommitdiff
path: root/embassy-hal-common/Cargo.toml
blob: e8617c02fc65b1aa905d4003ca1f16f558abeee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "embassy-hal-common"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[features]

[dependencies]
defmt = { version = "0.3", optional = true }
log = { version = "0.4.14", optional = true }

num-traits = { version = "0.2.14", default-features = false }