view src/async_test/Cargo.toml @ 12:70ab6c2f7f6e

fu_test worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 18 Jan 2021 20:52:32 +0900
parents 7eb649571bc6
children
line wrap: on
line source

[package]
name = "async_test"
version = "0.1.0"
authors = ["Shinji KONO <kono@ie.u-ryukyu.ac.jp>"]
edition = "2018"

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

[dependencies]
futures = "0.3.12"
threadpool = "1.0"
rand = "0.5.5"