diff options
author | Isaac Woods <isaacwoods.home@gmail.com> | 2018-09-17 19:33:52 +0100 |
---|---|---|
committer | Isaac Woods <isaacwoods.home@gmail.com> | 2018-09-18 19:50:36 +0100 |
commit | 79c80c4ec44a470e3b9cb194da19a23a2ddb2f0a (patch) | |
tree | e78b3d081d52562641f106f0ee1d9d37d7a1340a /Cargo.toml | |
parent | 1844a772b60771d0124a157019f627d60fea4e73 (diff) | |
download | rust-libc-79c80c4ec44a470e3b9cb194da19a23a2ddb2f0a.tar.gz |
Re-export core::ffi::c_void if supported
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index a9f0f59603..9427da76cf 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" } |