We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a803df + d4f725a commit 2ee1688Copy full SHA for 2ee1688
Cargo.toml
@@ -1,7 +1,14 @@
1
[package]
2
name = "csplib"
3
version = "0.1.0"
4
+authors = ["Akira Hayakawa <ruby.wktk@gmail.com>"]
5
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"]
12
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
0 commit comments