1 2 3 4 5 6 7 8 9 10 11
[dependencies.tokio] features = ["rt", "rt-multi-thread"] version = "1.27.0" [package] description = "A rust library for executing tasks concurrently" edition = "2021" license = "MIT" name = "thread_runner" readme = "README.md" version = "0.2.0"