mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 12:52:20 +08:00
14 lines
233 B
TOML
Executable File
14 lines
233 B
TOML
Executable File
# 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",
|
|
]
|
|
|