blob: 9fe3c62ce3c1abd353cd1a53ba17de101438bcdc [file] [log] [blame] [edit]
[package]
name = "try-lock"
version = "0.2.5" # remember to update html_root_url
description = "A lightweight atomic lock."
keywords = ["lock", "atomic"]
categories = ["concurrency", "no-std"]
authors = ["Sean McArthur <[email protected]>"]
license = "MIT"
repository = "https://github.com/seanmonstar/try-lock"
homepage = "https://github.com/seanmonstar/try-lock"
documentation = "https://docs.rs/try-lock"
readme = "README.md"
[dependencies]