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 /ctru-sys/Cargo.toml | |
| parent | Update Cargo.toml (diff) | |
| download | ctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.tar.xz ctru-rs-08b71a18cd917724ee3d270d49a78e508a176e36.zip | |
We stdlib now
Diffstat (limited to 'ctru-sys/Cargo.toml')
| -rw-r--r-- | ctru-sys/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ctru-sys/Cargo.toml b/ctru-sys/Cargo.toml index 578ee82..fa204ee 100644 --- a/ctru-sys/Cargo.toml +++ b/ctru-sys/Cargo.toml @@ -1,5 +1,8 @@ [package] name = "ctru-sys" -version = "0.2.0" +version = "0.3.0" authors = ["Ronald Kinard <[email protected]>"] license = "https://en.wikipedia.org/wiki/Zlib_License" + +[dependencies] +ctr-libc = { path = "../ctr-libc", default-features = false } |