aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/stdx/Cargo.toml')
-rw-r--r--crates/stdx/Cargo.toml2
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"
20winapi = "0.3.9" 20winapi = "0.3.9"
21 21
22[features] 22[features]
23default = []
24unix_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" ]