summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 8b17fc909c21df43e90598b7ae99b72f699d3444 (plain)
1
2
3
4
5
6
7
[package]
name = "rust-async-playground"
version = "0.1.0"
edition = "2021"

[dependencies]
futures = "0.3"