embassy/embassy-hal-common/Cargo.toml

22 lines
492 B
TOML
Raw Normal View History

2021-03-08 00:15:40 +01:00
[package]
name = "embassy-hal-common"
2021-03-08 00:15:40 +01:00
version = "0.1.0"
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
edition = "2018"
[features]
defmt-trace = [ ]
defmt-debug = [ ]
defmt-info = [ ]
defmt-warn = [ ]
defmt-error = [ ]
[dependencies]
embassy = { version = "0.1.0", path = "../embassy" }
2021-09-11 00:10:46 +02:00
defmt = { version = "0.2.3", optional = true }
log = { version = "0.4.14", optional = true }
cortex-m = "0.7.3"
usb-device = "0.2.8"
num-traits = { version = "0.2.14", default-features = false }