aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-01-19 01:30:05 -0700
committerFenrir <[email protected]>2017-01-21 17:44:58 -0700
commit08b71a18cd917724ee3d270d49a78e508a176e36 (patch)
treeb5eb42603929957f4bc826942e29b154c863003a /ctr-std/Cargo.toml
parentUpdate Cargo.toml (diff)
downloadarchived-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.toml13
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"