blob: 637308f65e38c938f9e76fbec263de42eee5a561 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
authors = ["Dario Nieuwenhuis <dirbaio@dirbaio.net>"]
description = "Atomic polyfills, for targets where they're not available."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "atomic-polyfill"
readme = "README.md"
repository = "https://github.com/embassy-rs/atomic-polyfill"
version = "1.0.1"
categories = [
"embedded",
"no-std",
"concurrency",
]
[dependencies]
critical-section = "1.0.0"
|