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

[dependencies]
futures = "0.3"
rand = "0.8"