feat: add async study

This commit is contained in:
2022-03-19 10:47:04 +08:00
parent 3486a5aae2
commit 0534c43968
6 changed files with 399 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "async_study"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.0", features = ["full"] }