diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 17:03:29 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-15 17:03:29 +0400 |
| commit | cbcaa3c01ec4d9ed95dc5af8232de1d10191bc44 (patch) | |
| tree | 02cd56bb6eba762024c33f2df3cbec4f7a1a27e1 /exes/gateway/Cargo.toml | |
| parent | c06cf52e887cc560f1fd4fa72713b239fe0102a6 (diff) | |
add metrics and jemalloc
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 |
