aboutsummaryrefslogtreecommitdiff
path: root/ctr-libc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ctr-libc/Cargo.toml')
-rw-r--r--ctr-libc/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/ctr-libc/Cargo.toml b/ctr-libc/Cargo.toml
deleted file mode 100644
index 5bc4c6b..0000000
--- a/ctr-libc/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "ctr-libc"
-version = "0.1.0"
-authors = ["Fenrir <[email protected]>", "The Rust Project Developers"]
-license = "MIT/Apache 2.0"
-
-description = """
-A library for types and bindings to native C functions found in newlib
-for devkitARM
-"""
-
-[features]
-default = ["use_std"]
-use_std = []