summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-gui/src/lib2/Cargo.lock
blob: 425a3ae7e5c923a6d13e88ad9ea099e98b161da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "implementors"
version = "0.1.0"
dependencies = [
 "http",
]

[[package]]
name = "lib2"
version = "0.1.0"
dependencies = [
 "http",
 "implementors",
]