-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.lock
32 lines (28 loc) · 807 Bytes
/
Cargo.lock
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 = 3
[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "once_cell"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "rpi-fan-control-rs"
version = "0.1.0"
dependencies = [
"once_cell",
"rppal",
]
[[package]]
name = "rppal"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5900fcc67cad69c619ec872c685ca80181eae325ea425c4bd7adb4406dab4"
dependencies = [
"libc",
]