mirror of
https://github.com/openharmony/third_party_rust_try-lock.git
synced 2026-07-01 20:44:01 -04:00
15 lines
448 B
TOML
15 lines
448 B
TOML
[package]
|
|
name = "try-lock"
|
|
version = "0.2.4" # remember to update html_root_url
|
|
description = "A lightweight atomic lock."
|
|
keywords = ["lock", "atomic"]
|
|
categories = ["concurrency", "no-std"]
|
|
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
|
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]
|