1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-24 06:48:03 +08:00
trpl-zh-cn/listings/ch12-an-io-project/listing-12-01/Cargo.toml

7 lines
79 B
TOML

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