mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
233 B
14 lines
233 B
3 years ago
|
# 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",
|
||
|
]
|
||
|
|