diff --git a/crates/libs/com/Cargo.toml b/crates/libs/com/Cargo.toml index 4da8a9c..331ce96 100644 --- a/crates/libs/com/Cargo.toml +++ b/crates/libs/com/Cargo.toml @@ -24,7 +24,13 @@ path = "../pal" version = "0.0.18" [features] -default = ["bundled_libs"] +default = [ + "bundled_libs", + "ServiceFabric_FabricClient", + "ServiceFabric_FabricCommon", + "ServiceFabric_FabricRuntime", + "ServiceFabric_FabricTypes" +] bundled_libs = [] Foundation = [] # generated features