Skip to content

Commit

Permalink
Add more details to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sagebind committed Nov 3, 2021
1 parent d1a7b26 commit 1ef040e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[package]
name = "threadfin"
version = "0.1.0"
description = "A thread pool for running multiple tasks on a configurable group of threads."
authors = ["Stephen M. Coakley <[email protected]>"]
license = "MIT"
keywords = ["threadpool", "thread", "pool", "parallel", "async"]
categories = ["concurrency"]
repository = "https://github.com/sagebind/threadfin"
documentation = "https://docs.rs/threadfin/"
readme = "README.md"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 1ef040e

Please sign in to comment.