-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.lock
More file actions
42 lines (37 loc) · 1.02 KB
/
Copy pathCargo.lock
File metadata and controls
42 lines (37 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "base-traits"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "febda1e6bd75ec4a0680596f5d8689bbc391c3213607d286ab711f3b8b091ee1"
dependencies = [
"bt-rs",
]
[[package]]
name = "bt-rs"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b33a0644862185265eb4bee9b1679c1ae36f8258c000f3f482210acd95f7d70"
[[package]]
name = "fastparse"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a61fd43821c8464ac7aebae8ef52dc009958ce8d93405d32576b3f779bec1ddd"
[[package]]
name = "libpath"
version = "0.0.4"
dependencies = [
"fastparse",
"test_help-rs",
]
[[package]]
name = "test_help-rs"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbd2a2dbea40fe948ff30aab06e73ecf79ff443ec01d38dc16ed9a28e1a4847"
dependencies = [
"base-traits",
"bt-rs",
]