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