1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-23 14:18:13 +08:00
trpl-zh-cn/listings/ch21-web-server/listing-21-07/Cargo.toml
2024-10-20 23:44:05 +08:00

7 lines
76 B
TOML

[package]
name = "hello"
version = "0.1.0"
edition = "2021"
[dependencies]