diff options
author | Carl Lerche <me@carllerche.com> | 2015-10-20 11:10:31 -0700 |
---|---|---|
committer | Carl Lerche <me@carllerche.com> | 2015-10-20 11:10:31 -0700 |
commit | 3af6842881a0d92935bac559aadcde9fad881cf3 (patch) | |
tree | 54340a7ab04869424717c215f13565c8294c0af0 /Cargo.toml | |
parent | cebc5b801090089434a11e27045b00fd9da84346 (diff) | |
download | nix-3af6842881a0d92935bac559aadcde9fad881cf3.zip |
Move a few bindings behind features
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ exclude = [ [features] eventfd = [] execvpe = [] +preadv_pwritev = [] +signalfd = [] [dependencies] libc = "0.1.10" |