[package] name = "rtic-common" version = "1.0.1" edition = "2021" authors = [ "The Real-Time Interrupt-driven Concurrency developers", "Emil Fresk ", "Henrik Tjäder ", "Jorge Aparicio ", "Per Lindgren ", ] categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-common lib TODO" license = "MIT OR Apache-2.0" repository = "https://github.com/rtic-rs/rtic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] critical-section = "1" portable-atomic = { version = "1", default-features = false } [features] default = [] testing = ["critical-section/std"]