annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 [package]
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 name = "async_test"
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 version = "0.1.0"
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 authors = ["Shinji KONO <kono@ie.u-ryukyu.ac.jp>"]
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 edition = "2018"
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
6
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
8
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 [dependencies]
7eb649571bc6 add async example
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 futures = "0.3"