cargo-atomic-patch 0.0.1

Patch your (no-std) project to use emulated atomics for targets where they are not available
[dependencies.anyhow]
version = "1"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2.4.0"

[package]
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
description = "Patch your (no-std) project to use emulated atomics for targets where they are not available"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "cargo-atomic-patch"
version = "0.0.1"