opentelemetry = "0.18.0"
opentelemetry-http = "0.7.0"
-[target.'cfg(not(target_env = "msvc"))'.dependencies]
+[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.5"
\ No newline at end of file
use gateway::GatewayServer;
use leash::ignite;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
use tikv_jemallocator::Jemalloc;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;
name = "bucket"
harness = false
-[target.'cfg(not(target_env = "msvc"))'.dependencies]
+[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.5"
\ No newline at end of file
use leash::ignite;
use ratelimit::RatelimiterServerComponent;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
use tikv_jemallocator::Jemalloc;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;
opentelemetry-http = "0.7.0"
tracing-opentelemetry = "0.18.0"
-[target.'cfg(not(target_env = "msvc"))'.dependencies]
+[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.5"
\ No newline at end of file
use leash::ignite;
use rest::ReverseProxyServer;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
use tikv_jemallocator::Jemalloc;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;
async-nats = "0.26.0"
-[target.'cfg(not(target_env = "msvc"))'.dependencies]
+[target.'cfg(not(target_os = "windows"))'.dependencies]
tikv-jemallocator = "0.5"
\ No newline at end of file
use leash::ignite;
use webhook::WebhookServer;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
use tikv_jemallocator::Jemalloc;
-#[cfg(not(target_env = "msvc"))]
+#[cfg(not(target_os = "windows"))]
#[global_allocator]
static GLOBAL: Jemalloc = Jemalloc;