Prepare for release

This commit is contained in:
2021-05-16 15:21:20 +02:00
parent 1ac8c09a82
commit f21631bfde
4 changed files with 247 additions and 2 deletions

View File

@@ -3,8 +3,13 @@ name = "tracing-mutex"
version = "0.1.0"
authors = ["Bert Peters <bert@bertptrs.nl>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/tracing-mutex"
categories = ["concurrency", "development-tools::debugging"]
keywords = ["mutex", "rwlock", "once", "thread"]
description = "Ensure deadlock-free mutexes by allocating in order, or else."
readme = "README.md"
repository = "https://github.com/bertptrs/tracing-mutex"
[dependencies]
lazy_static = "1"