rust-book-cn/english/listings/ch20-web-server/listing-20-11/Cargo.toml
2022-02-13 03:25:29 +08:00

7 lines
76 B
TOML

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