[package] name = "embedded-runtime-rp2040" version = "0.4.0" edition = "2021" authors = ["KizzyCode Software Labs./Keziah Biermann "] keywords = [] categories = [] description = "A tiny async runtime for embedded devices, with predefined runtime hooks for the rp2040" license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/embedded-runtime-rust" readme = "README.md" [badges] [features] default = [] [dependencies] embedded-runtime = "0.4.0" cortex-m = "0.7.7" [profile.release] overflow-checks = true [profile.bench] overflow-checks = true