summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
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 <botahamec@outlook.com>"]
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