cargo-atomic-patch 0.0.1

Patch your (no-std) project to use emulated atomics for targets where they are not available
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "cargo-atomic-patch"
version = "0.0.1"
edition = "2021"
authors = ["Giacomo Pasini <g.pasini98@gmail.com>"]
description = "Patch your (no-std) project to use emulated atomics for targets where they are not available"
license = "MIT OR Apache-2.0"

[dependencies]
toml = "0.8"
anyhow = "1"
walkdir = "2.4.0"
rayon = "1"
serde_json = "1"