From 21027665a9f0343c325889dab0f29c70dd130d75 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 25 Jan 2022 09:20:51 +0100 Subject: [PATCH 1/2] metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 19e2937..f7355ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,10 @@ name = "pythonic_global_lock" version = "0.1.0" edition = "2021" +license = "MIT" +categories = ["concurrency"] +keywords = ["joke", "locking", "mutex"] +repository = "https://github.com/Nilstrieb/pythonic_global_lock" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html From a477d323d669f6f105693c38c67be84d0057d152 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 25 Jan 2022 09:21:24 +0100 Subject: [PATCH 2/2] metadata --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index f7355ab..ef084d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ license = "MIT" categories = ["concurrency"] keywords = ["joke", "locking", "mutex"] repository = "https://github.com/Nilstrieb/pythonic_global_lock" +description = "A globally locked mutex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html