From dbff6fa4e5684d8636fd46ecadfe5874a253bd49 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 13:45:11 +0200 Subject: feat(pseudonyms): serve api --- crates/pseudonyms/Cargo.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'crates/pseudonyms/Cargo.toml') diff --git a/crates/pseudonyms/Cargo.toml b/crates/pseudonyms/Cargo.toml index 02ecddc..1efd5c5 100644 --- a/crates/pseudonyms/Cargo.toml +++ b/crates/pseudonyms/Cargo.toml @@ -15,11 +15,20 @@ metrics.workspace = true metrics-exporter-prometheus.workspace = true serde = { workspace = true, features = ["derive"] } serde_json.workspace = true +sqlx = { workspace = true, features = [ + "macros", + "migrate", + "postgres", + "runtime-tokio", + "time", + "tls-rustls", +] } time.workspace = true tokio = { workspace = true, features = ["macros", "rt-multi-thread", "signal"] } +tonic.workspace = true tracing.workspace = true warden-core = { workspace = true, features = ["pseudonyms", "serde-time"] } [dependencies.warden-stack] workspace = true -features = ["api", "cache", "postgres", "opentelemetry", "tracing-loki"] +features = ["api", "cache", "postgres", "opentelemetry-tonic", "tracing-loki"] -- cgit v1.2.3