-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.lock
85 lines (75 loc) · 2.04 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc-nnsdk"
version = "0.0.1"
source = "git+https://github.com/ultimate-research/libc-nnsdk.git#a2b8a5b096e35151927d43ca6eb053da353aa8c6"
[[package]]
name = "nnsdk"
version = "0.1.0"
source = "git+https://github.com/ultimate-research/nnsdk-rs.git#b0be8e9dc303e2706b91baba628e86541f20319b"
dependencies = [
"libc-nnsdk",
]
[[package]]
name = "proc-macro2"
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2",
]
[[package]]
name = "skyline"
version = "0.1.0"
source = "git+https://github.com/ultimate-research/skyline-rs.git#12920d76ac3f014a3f879595e5b35a895ce2fb10"
dependencies = [
"libc-nnsdk",
"nnsdk",
"skyline_macro",
]
[[package]]
name = "skyline_macro"
version = "0.1.0"
source = "git+https://github.com/ultimate-research/skyline-rs.git#12920d76ac3f014a3f879595e5b35a895ce2fb10"
dependencies = [
"lazy_static",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "syn"
version = "1.0.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
[[package]]
name = "xc3-file-loader"
version = "1.4.0"
dependencies = [
"skyline",
]