File: Cargo.toml.orig

package info (click to toggle)
rust-try-lock 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 88 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "try-lock"
version = "0.2.2" # remember to update html_root_url
description = "A lightweight atomic lock."
keywords = ["lock", "atomic"]
categories = ["concurrency"]
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]