diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-02-27 11:59:05 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2023-02-27 11:59:05 +0900 |
commit | 72d1d6fb3fd6841a3374199c3714c39c28801a4a (patch) | |
tree | dd6c3d4b36b72d98e9a5448ef662a43954799446 /Cargo.toml.orig | |
download | rust-atomic-polyfill-upstream.tar.gz rust-atomic-polyfill-upstream.tar.bz2 rust-atomic-polyfill-upstream.zip |
Import atomic-polyfill 1.0.1upstream/1.0.1upstream
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" |