[package] name = "atomic-story" version = "0.1.1" edition = "2021" authors = ["Blas Rodriguez Irizar "] license = "Apache-2.0" repository = "https://github.com/blasrodri/atomic-story" documentation = "https://docs.rs/atomic-story" readme = "README.md" description = "An brief overview of atomics and memory ordering on a multi-threaded context with examples." keywords = ["atomics", "memory-ordering", "multi-threaded", "concurrency"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] loom = "0.5.4"