Files
rust-lang-zh_CN/projects/hello-async/Cargo.toml
2025-05-14 15:02:40 +08:00

8 lines
97 B
TOML

[package]
name = "hello-async"
version = "0.1.0"
edition = "2021"
[dependencies]
trpl = "0.2.0"