aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/Cargo.toml
diff options
context:
space:
mode:
authorFenrir <[email protected]>2016-04-30 18:29:50 -0700
committerFenrir <[email protected]>2016-04-30 18:29:50 -0700
commit225334fcce6230a56cf4255779ee64f0f7997dfb (patch)
treec68c5163ca17bacfe8dccf3b89705da42b37bdb5 /ctru-sys/Cargo.toml
parentCompatibility fixes for Rust nightly (1.10.0) (diff)
downloadctru-rs-225334fcce6230a56cf4255779ee64f0f7997dfb.tar.xz
ctru-rs-225334fcce6230a56cf4255779ee64f0f7997dfb.zip
Split raw bindings into a separate crate
Diffstat (limited to 'ctru-sys/Cargo.toml')
-rw-r--r--ctru-sys/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml
new file mode 100644
index 0000000..5597f9b
--- /dev/null
+++ b/ctru-sys/Cargo.toml
@@ -0,0 +1,5 @@
+[package]
+name = "ctru-sys"
+version = "0.1.0"
+authors = ["Ronald Kinard <[email protected]>", "FenrirWolf <[email protected]>"]
+license = "https://en.wikipedia.org/wiki/Zlib_License"