1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-23 22:28:02 +08:00
trpl-zh-cn/listings/ch20-web-server/listing-20-04/Cargo.toml

7 lines
76 B
TOML
Raw Normal View History

2022-02-06 16:43:51 +08:00
[package]
name = "hello"
version = "0.1.0"
edition = "2021"
[dependencies]