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

[dependencies.spin]
version = "0.4"