diff options
Diffstat (limited to 'crates/stdx/Cargo.toml')
-rw-r--r-- | crates/stdx/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index f78c5da7c..a6727ed2f 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml | |||
@@ -20,5 +20,7 @@ miow = "0.3.6" | |||
20 | winapi = "0.3.9" | 20 | winapi = "0.3.9" |
21 | 21 | ||
22 | [features] | 22 | [features] |
23 | default = [] | ||
24 | unix_stuff = [] | ||
23 | # Uncomment to enable for the whole crate graph | 25 | # Uncomment to enable for the whole crate graph |
24 | # default = [ "backtrace" ] | 26 | # default = [ "backtrace" ] |