WIP on send channel

This commit is contained in:
Dominik Werder
2021-11-08 21:21:55 +01:00
parent 8c7dbf9ed3
commit fa86c7ab7d
8 changed files with 423 additions and 174 deletions

View File

@@ -2,7 +2,10 @@
name = "taskrun"
version = "0.0.1-a.0"
authors = ["Dominik Werder <dominik.werder@gmail.com>"]
edition = "2018"
edition = "2021"
[lib]
path = "src/taskrun.rs"
[dependencies]
tokio = { version = "1.7.1", features = ["rt-multi-thread", "io-util", "net", "time", "sync", "fs"] }