trpl-zh-cn/listings/ch20-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/Cargo.toml
2024-10-20 23:44:05 +08:00

7 lines
120 B
TOML

[package]
name = "pancakes"
version = "0.1.0"
edition = "2021"
[dependencies]
hello_macro = { path = "../hello_macro" }