summaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: 8b4c22b18398d74720babe8464cb645fd7252fdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "bar"
version = "0.1.0"

[[package]]
name = "test-deps"
version = "0.1.0"
dependencies = [
 "bar",
]