summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch19-advanced-features/no-listing-20-impl-hellomacro-for-pancakes/pancakes/Cargo.lock
blob: 881cd3f6df0e2168e6d98e10ce13d2f27b16deec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "hello_macro"
version = "0.1.0"

[[package]]
name = "pancakes"
version = "0.1.0"
dependencies = [
 "hello_macro 0.1.0",
]