Add threads and channels exercise
This commit is contained in:
8
exercise/threads_channels/Cargo.toml
Normal file
8
exercise/threads_channels/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "threads_channels"
|
||||
version = "0.1.0"
|
||||
authors = ["Nathan Stocks <nathan@agileperception.com>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
crossbeam = "0.8"
|
||||
Reference in New Issue
Block a user