aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
blob: 8f3bb7e34b174da5dd653f8ba7a1891d7325d978 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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.libc]
version = "0.2"
default-features = false

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

[dependencies.alloc_system]
version = "0.1"