This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCargo.lock
47 lines (41 loc) · 1.73 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
[[package]]
name = "bitflags"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "ctru-rs"
version = "0.7.0"
source = "git+https://github.com/rust3ds/ctru-rs#15cb3c1e91842a68a8e50e1e1a42aefab13cc25e"
dependencies = [
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"ctru-sys 0.4.0 (git+https://github.com/rust3ds/ctru-rs)",
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
"widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "ctru-sys"
version = "0.4.0"
source = "git+https://github.com/rust3ds/ctru-rs#15cb3c1e91842a68a8e50e1e1a42aefab13cc25e"
dependencies = [
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "libc"
version = "0.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rust3ds-template"
version = "0.1.0"
dependencies = [
"ctru-rs 0.7.0 (git+https://github.com/rust3ds/ctru-rs)",
]
[[package]]
name = "widestring"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
[metadata]
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
"checksum ctru-rs 0.7.0 (git+https://github.com/rust3ds/ctru-rs)" = "<none>"
"checksum ctru-sys 0.4.0 (git+https://github.com/rust3ds/ctru-rs)" = "<none>"
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
"checksum widestring 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"