rust-book-cn/listings/ch19-advanced-features/no-listing-21-pancakes/pancakes/Cargo.toml
2021-05-09 14:49:31 +08:00

10 lines
231 B
TOML

[package]
name = "pancakes"
version = "0.1.0"
authors = ["Your Name <you@example.com>"]
edition = "2018"
[dependencies]
hello_macro = { path = "../hello_macro" }
hello_macro_derive = { path = "../hello_macro/hello_macro_derive" }