diff options
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 |
