diff options
Diffstat (limited to 'ctr-std/Cargo.toml')
| -rw-r--r-- | ctr-std/Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml new file mode 100644 index 0000000..d4394a8 --- /dev/null +++ b/ctr-std/Cargo.toml @@ -0,0 +1,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" |