[package] name = "braid-triggerbox-comms" version = "0.1.0" authors = ["Andrew Straw "] license = "MIT/Apache-2.0" edition = "2021" rust-version = "1.58" description = "host and device communication for Braid triggerbox" [dependencies] bbqueue = "0.5.1" defmt = "0.3.0" [features] default = ["std"] std = [] thumbv6 = ["bbqueue/thumbv6"]