-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.lock
57 lines (50 loc) · 1.44 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "cc"
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if",
]
[[package]]
name = "ruspiro-arch-aarch64"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60ebe116b71a6c9c1253b2fce62e1337d714ce7dc3a5e78da87fc3e69e4c9407"
dependencies = [
"ruspiro-register",
]
[[package]]
name = "ruspiro-boot"
version = "0.5.4"
dependencies = [
"cc",
"log",
"ruspiro-cache",
"ruspiro-register",
]
[[package]]
name = "ruspiro-cache"
version = "0.4.1"
source = "git+https://github.com/RusPiRo/ruspiro-cache.git?branch=development#d950d9b259af78029167fc0341c4afa82eff8ca7"
dependencies = [
"cc",
"ruspiro-arch-aarch64",
]
[[package]]
name = "ruspiro-register"
version = "0.5.5"
source = "git+https://github.com/RusPiRo/ruspiro-register.git?branch=development#51e4bd82636dd69e447f4626a60ce13c67957f21"