diff options
| author | Mica White <botahamec@outlook.com> | 2024-03-10 18:13:20 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2024-03-10 18:13:20 -0400 |
| commit | 0c519b6c7801aa6a085551c8e144f0336e615870 (patch) | |
| tree | 19063baecb0b50266c654f4809101e856ee89082 /Cargo.toml | |
| parent | 61d709c211132adcc5158ded77c17d690ad5f8da (diff) | |
Better librarification
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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 |
