diff options
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r-- | Cargo.toml.orig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig new file mode 100644 index 0000000..637308f --- /dev/null +++ b/Cargo.toml.orig @@ -0,0 +1,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" |