aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIsaac Woods <isaacwoods.home@gmail.com>2018-09-17 19:33:52 +0100
committerIsaac Woods <isaacwoods.home@gmail.com>2018-09-18 19:50:36 +0100
commit79c80c4ec44a470e3b9cb194da19a23a2ddb2f0a (patch)
treee78b3d081d52562641f106f0ee1d9d37d7a1340a /Cargo.toml
parent1844a772b60771d0124a157019f627d60fea4e73 (diff)
downloadlibc-79c80c4ec44a470e3b9cb194da19a23a2ddb2f0a.tar.gz
Re-export core::ffi::c_void if supported
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a9f0f596..9427da76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ description = """
A library for types and bindings to native C functions often found in libc or
other common platform libraries.
"""
+build = "build.rs"
[badges]
travis-ci = { repository = "rust-lang/libc" }