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/webhook/Cargo.toml | |
| parent | c06cf52e887cc560f1fd4fa72713b239fe0102a6 (diff) | |
add metrics and jemalloc
Diffstat (limited to 'exes/webhook/Cargo.toml')
| -rw-r--r-- | exes/webhook/Cargo.toml | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/exes/webhook/Cargo.toml b/exes/webhook/Cargo.toml index 0c50009..af256c8 100644 --- a/exes/webhook/Cargo.toml +++ b/exes/webhook/Cargo.toml @@ -19,4 +19,7 @@ ed25519-dalek = "1"  twilight-model = { version = "0.14" }  anyhow = "1.0.68" -async-nats = "0.25.1" +async-nats = "0.26.0" + +[target.'cfg(not(target_env = "msvc"))'.dependencies] +tikv-jemallocator = "0.5"
\ No newline at end of file  | 
