From 129c13c21254ca104bddf020170edaca1fb7107d Mon Sep 17 00:00:00 2001 From: Mica White Date: Wed, 25 Dec 2024 22:49:42 -0500 Subject: Implement common traits --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b7d06ba..5fb9dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "happylock" version = "0.3.0" authors = ["Mica White "] edition = "2021" -rust-version = "1.80" +rust-version = "1.82" description = "Free deadlock prevention" documentation = "https://docs.rs/happylock" readme = "README.md" @@ -11,6 +11,7 @@ repository = "https://github.com/botahamec/happylock/" license = "CC0-1.0" keywords = ["deadlock", "mutex", "rwlock"] categories = ["concurrency"] +include = ["src/**/*", "LICENSE", "README.md"] [dependencies] lock_api = "0.4" -- cgit v1.2.3