mirror of
https://github.com/bertptrs/tracing-mutex.git
synced 2025-12-25 12:40:31 +01:00
Remove deprecated Cargo.toml options
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-mutex"
|
name = "tracing-mutex"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
authors = ["Bert Peters <bert@bertptrs.nl>"]
|
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
documentation = "https://docs.rs/tracing-mutex"
|
|
||||||
categories = ["concurrency", "development-tools::debugging"]
|
categories = ["concurrency", "development-tools::debugging"]
|
||||||
keywords = ["mutex", "rwlock", "once", "thread"]
|
keywords = ["mutex", "rwlock", "once", "thread"]
|
||||||
description = "Ensure deadlock-free mutexes by allocating in order, or else."
|
description = "Ensure deadlock-free mutexes by allocating in order, or else."
|
||||||
|
|||||||
Reference in New Issue
Block a user