diff options
| author | Fenrir <[email protected]> | 2016-04-30 18:29:50 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2016-04-30 18:29:50 -0700 |
| commit | 225334fcce6230a56cf4255779ee64f0f7997dfb (patch) | |
| tree | c68c5163ca17bacfe8dccf3b89705da42b37bdb5 /ctru-sys/Cargo.toml | |
| parent | Compatibility fixes for Rust nightly (1.10.0) (diff) | |
| download | ctru-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.toml | 5 |
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" |