feat: add integrations

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-03-08 23:00:14 +01:00
parent 5a5f9a3003
commit 646581ff44
65 changed files with 7774 additions and 127 deletions

View File

@@ -29,9 +29,16 @@ prost = "0.14"
prost-types = "0.14"
tonic-prost = "0.14"
async-trait = "0.1"
hmac = "0.12"
sha2 = "0.10"
moka = { version = "0.12", features = ["future"] }
notmad = "0.11"
tokio-util = "0.7"
reqwest = { version = "0.12", features = ["json"] }
rand = "0.9"
time = "0.3"
opentelemetry = "0.31"
opentelemetry_sdk = { version = "0.31", features = ["rt-tokio"] }
opentelemetry-otlp = { version = "0.31", features = ["grpc-tonic"] }
tracing-opentelemetry = "0.32"
async-nats = "0.40"