diff --git a/Cargo.toml b/Cargo.toml index 5936c39..30ba015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "tracing-mutex" version = "0.3.0" -authors = ["Bert Peters "] edition = "2021" 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."