rust-book-cn/listings/ch11-writing-automated-tests/listing-11-08/Cargo.toml
2021-05-09 14:49:31 +08:00

8 lines
126 B
TOML

[package]
name = "guessing_game"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"
[dependencies]