diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
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 = [] |