From 0c519b6c7801aa6a085551c8e144f0336e615870 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sun, 10 Mar 2024 18:13:20 -0400 Subject: Better librarification --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 527b736..1b0525b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,15 @@ [package] name = "happylock" version = "0.1.0" +authors = ["Mica White "] edition = "2021" -description = "Locks without Deadlocks" -license = "Unlicense" +description = "Free deadlock prevention" +documentation = "https://docs.rs/happylock" +readme = "README.md" +repository = "https://github.com/botahamec/happylock/" +license = "CC0-1.0" +keywords = ["deadlock", "mutex", "rwlock"] +categories = ["concurrency"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3