summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-09-15 17:30:53 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-09-15 17:30:53 -0700
commit2c57e36e1230e7a37d2f3ffbf2563d423245e199 (patch)
treeaddc496846a62cd1b0187e3acae543bbeb4006c2 /Cargo.toml
parent9d5b8b2c5a7903179fc8f558feaccf69822339b4 (diff)
downloadrust-libc-2c57e36e1230e7a37d2f3ffbf2563d423245e199.tar.gz
Move linkage to specific modules
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e6b56d4bc5..76a29c6517 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,6 @@ description = """
A library for types and bindings to native C functions often found in libc or
other common platform libraries.
"""
+
+[features]
+default = []