blob: dab4e337f87603a3ab89c8b7e84827e1da2ee4e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "shared"
version = "0.1.0"
edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
opentelemetry = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
aws-lc-rs = { workspace = true }
config = { version = "0.14", default-features = false, features = ["json", "yaml-rust", "ini"] }
redis = { version = "0.25.4", features = ["cluster", "connection-manager", "tokio-comp"] }
async-nats = "0.35.1"
twilight-model = "0.15.4"
anyhow = "1.0.86"
opentelemetry-otlp = "0.16.0"
|