Skip to content

Commit

Permalink
Update metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAreAllTheseTaken committed Dec 30, 2023
1 parent bf721bd commit 5be2fe9
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions Cargo.toml
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"

0 comments on commit 5be2fe9

Please sign in to comment.