1 2 3 4 5 6 7 8 9 10
[package] name = "static_cell" version = "0.0.0" edition = "2021" description = "Cell that allows putting in a value once." license = "MIT OR Apache-2.0" repository = "https://github.com/embassy-rs" [dependencies] atomic-polyfill = "1.0.1"