1[package]
2name = "try-lock"
3version = "0.2.3" # remember to update html_root_url
4description = "A lightweight atomic lock."
5keywords = ["lock", "atomic"]
6categories = ["concurrency", "no-std"]
7authors = ["Sean McArthur <sean@seanmonstar.com>"]
8license = "MIT"
9repository = "https://github.com/seanmonstar/try-lock"
10homepage = "https://github.com/seanmonstar/try-lock"
11documentation = "https://docs.rs/try-lock"
12readme = "README.md"
13
14[dependencies]
15