trpl-zh-cn/listings/ch11-writing-automated-tests/listing-11-10/Cargo.toml

7 lines
85 B
TOML
Raw Normal View History

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