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 "] -license = "https://en.wikipedia.org/wiki/Zlib_License" [lib] crate-type = ["rlib"]