trpl-zh-cn/listings/ch14-more-about-cargo/listing-14-01/Cargo.toml
2022-02-06 16:43:51 +08:00

7 lines
79 B
TOML
Executable File

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