mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-13 03:21:20 +08:00
14 lines
222 B
TOML
Executable File
14 lines
222 B
TOML
Executable File
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "add_one"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "adder"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"add_one 0.1.0",
|
|
]
|
|
|