๐Ÿ“ฆ rust-lang / async-book

๐Ÿ“„ Cargo.toml ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12[package]
name = "example_02_04_executor"
version = "0.1.0"
authors = ["Taylor Cramer <cramertj@google.com>"]
edition = "2021"

[lib]

[dependencies]
futures = "0.3"
timer_future = { package = "example_02_03_timer", path = "../02_03_timer" }