aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
blob: db79ae3701ce6b749f7b853fa771c05586b35c0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "std"
version = "0.0.0"
license = "MIT/Apache 2.0"

[dependencies.compiler_builtins]
git = "https://github.com/rust-lang-nursery/compiler-builtins"

[dependencies.ctr-libc]
path = "../ctr-libc"

[dependencies.ctru-sys]
path = "../ctru-sys"

[dependencies.alloc_system]
version = "0.1.1"

[dependencies.spin]
version = "0.4"