aboutsummaryrefslogtreecommitdiff
path: root/crates/stdx/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-06-23 12:32:40 +0100
committerAkshay <[email protected]>2021-06-23 12:41:39 +0100
commitda1badf13b529a336d849cd73d4675fab17eec87 (patch)
tree1c57e785ca398bf0236f96beab367025b164405a /crates/stdx/Cargo.toml
parent3381c2e4a8bcea2db3edd1741a7dd3fcdb15231b (diff)
feature flag unix specific stuffHEADmaster
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" ]