Skip to content

Commit 2ee1688

Browse files
Merge branch 'master' into HEAD
2 parents 0a803df + d4f725a commit 2ee1688

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
[package]
22
name = "csplib"
33
version = "0.1.0"
4+
authors = ["Akira Hayakawa <ruby.wktk@gmail.com>"]
45
edition = "2021"
6+
license = "MIT"
7+
description = "Implementation of CSP for concurrent programming"
8+
repository = "https://github.com/akiradeveloper/csplib"
9+
readme = "README.md"
10+
categories = ["concurrency"]
11+
keywords = ["async", "channel", "spmc"]
512

613
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
714

0 commit comments

Comments
 (0)