messing_with_async/Cargo.toml

9 lines
202 B
TOML
Raw Normal View History

2022-02-23 09:10:28 -06:00
[package]
name = "messing_with_async"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0.3"