diff options
| author | Fenrir <[email protected]> | 2017-01-19 01:30:05 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-01-21 17:44:58 -0700 |
| commit | 08b71a18cd917724ee3d270d49a78e508a176e36 (patch) | |
| tree | b5eb42603929957f4bc826942e29b154c863003a /ctr-std/Cargo.toml | |
| parent | Update Cargo.toml (diff) | |
| download | archived-ctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.tar.xz archived-ctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.zip | |
We stdlib now
Diffstat (limited to 'ctr-std/Cargo.toml')
| -rw-r--r-- | ctr-std/Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctr-std/Cargo.toml b/ctr-std/Cargo.toml new file mode 100644 index 0000000..dfd5037 --- /dev/null +++ b/ctr-std/Cargo.toml @@ -0,0 +1,13 @@ +[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.alloc_system] +version = "0.1.1" + +[dependencies.spin] +version = "0.4" |