diff options
Diffstat (limited to 'exes/gateway/Cargo.toml')
| -rw-r--r-- | exes/gateway/Cargo.toml | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/exes/gateway/Cargo.toml b/exes/gateway/Cargo.toml index a174710..98a1ae8 100644 --- a/exes/gateway/Cargo.toml +++ b/exes/gateway/Cargo.toml @@ -23,8 +23,11 @@ serde_json = { version = "1.0" }  tracing = "0.1.37"  tracing-futures = "0.2.5" -async-nats = "0.25.1" +async-nats = "0.26.0"  tracing-opentelemetry = "0.18.0"  opentelemetry = "0.18.0" -opentelemetry-http = "0.7.0"
\ No newline at end of file +opentelemetry-http = "0.7.0" + +[target.'cfg(not(target_env = "msvc"))'.dependencies] +tikv-jemallocator = "0.5"
\ No newline at end of file  | 
