1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-27 08:38:01 +08:00
trpl-zh-cn/listings/ch20-advanced-features/no-listing-21-pancakes/pancakes/Cargo.toml

9 lines
189 B
TOML
Raw Normal View History

2022-02-06 16:43:51 +08:00
[package]
name = "pancakes"
version = "0.1.0"
edition = "2021"
[dependencies]
hello_macro = { path = "../hello_macro" }
hello_macro_derive = { path = "../hello_macro/hello_macro_derive" }