1
0
mirror of https://github.com/KaiserY/trpl-zh-cn synced 2025-04-27 16:48:02 +08:00
trpl-zh-cn/listings/ch14-more-about-cargo/no-listing-04-workspace-with-tests/add/Cargo.lock

14 lines
222 B
TOML

# 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",
]