aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFenrir <[email protected]>2017-01-17 23:51:17 -0700
committerFenrir <[email protected]>2017-01-17 23:51:17 -0700
commit119b536353c4fae5da37f1d6f42328972abcf564 (patch)
tree9fb5fbb99d5643a0a7bfc891ee4aa247c57de24a
parentFixes for latest nightlies (Rust 1.16.0) (diff)
downloadctru-rs-119b536353c4fae5da37f1d6f42328972abcf564.tar.xz
ctru-rs-119b536353c4fae5da37f1d6f42328972abcf564.zip
Update Cargo.toml
-rw-r--r--Cargo.toml3
-rw-r--r--std/Cargo.toml2
2 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0c09f23..81239fa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,8 +14,5 @@ name = "ctru"
[dependencies.ctru-sys]
path = "ctru-sys"
-[dependencies.std]
-path = "std"
-
[dependencies.bitflags]
version = "0.7.0"
diff --git a/std/Cargo.toml b/std/Cargo.toml
index fbb4ed2..f23c3c2 100644
--- a/std/Cargo.toml
+++ b/std/Cargo.toml
@@ -1,8 +1,6 @@
[package]
name = "std"
version = "0.0.0"
-authors = ["Ronald Kinard <[email protected]>"]
-license = "https://en.wikipedia.org/wiki/Zlib_License"
[lib]
crate-type = ["rlib"]