[package] name = "sync_2" version = "1.0.4" authors = ["Dang "] edition = "2018" description = "A little crate providing a Rust implemented Mutex and RwLock." license = "Unlicense" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thread_local = "1" [badges] maintenance = { status = "as-is" }