]> git.proxmox.com Git - rustc.git/blame - src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/Cargo.toml
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / doc / book / listings / ch19-advanced-features / no-listing-20-impl-hellomacro-for-pancakes / pancakes / Cargo.toml
CommitLineData
74b04a01
XL
1[package]
2name = "pancakes"
3version = "0.1.0"
74b04a01
XL
4edition = "2018"
5
6[dependencies]
7hello_macro = { path = "../hello_macro" }