-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf721bd
commit 5be2fe9
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,23 @@ | ||
[package] | ||
name = "sync-cell" | ||
version = "0.2.0" | ||
authors = ["Tomaso2468"] | ||
authors = [ | ||
"Tomas O'Shea <[email protected]>" | ||
] | ||
edition = "2021" | ||
description = "A collection of easier to use thread-safe types for the creation of larger thread safe systems." | ||
repository = "https://github.com/Tomaso2468/sync-cell.git" | ||
repository = "https://github.com/Tomaso2468/sync-cell" | ||
keywords = ["sync", "concurrent", "cell"] | ||
categories = ["concurrency"] | ||
include = [ | ||
"Cargo.toml", | ||
"src/**.rs" | ||
"LICENSE", | ||
"src/**.rs", | ||
"README.md", | ||
"LICENSE", | ||
] | ||
readme = "README.md" | ||
homepage = "https://github.com/Tomaso2468/sync-cell" | ||
license = "BSD-3-Clause" | ||
resolver = "2" | ||
|