You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
338 B
16 lines
338 B
1 year ago
|
[package]
|
||
|
name = "test-runner"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
[features]
|
||
|
console = []
|
||
|
gdb = []
|
||
|
socket = []
|
||
|
|
||
|
[dependencies]
|
||
|
ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" }
|
||
|
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs" }
|
||
|
libc = "0.2.147"
|
||
|
shim-3ds = { git = "https://github.com/rust3ds/shim-3ds", version = "0.1.0" }
|