summaryrefslogtreecommitdiffstats
path: root/src/tools/cargo/tests/testsuite/cargo_remove/gc_patch/out/Cargo.lock
blob: 4a1467ba16d0c348595edd00c74b4921fd2c52bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bar"
version = "0.1.0"
source = "git+[..]"

[[package]]
name = "my-member"
version = "0.1.0"
dependencies = [
 "bar",
]

[[package]]
name = "my-project"
version = "0.1.0"