view src/async_test/Cargo.toml @ 10:7eb649571bc6

add async example
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 18 Jan 2021 13:22:06 +0900
parents
children 70ab6c2f7f6e
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"