-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.lock
More file actions
32 lines (28 loc) · 781 Bytes
/
Cargo.lock
File metadata and controls
32 lines (28 loc) · 781 Bytes
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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "aabb"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "407c7bedb3b911c8ea781c631ef928d9f59f5e17253aed1e628b0c5950478fd7"
[[package]]
name = "nfp"
version = "0.3.3"
dependencies = [
"togo",
]
[[package]]
name = "robust"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e27ee8bb91ca0adcf0ecb116293afa12d393f9c2b9b9cd54d33e8078fe19839"
[[package]]
name = "togo"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4851a7bd03425e450a5f24ea14366e72b1ed862ca04bf387ac73d425d34448a2"
dependencies = [
"aabb",
"robust",
]