From abeef059e58deede2a604b00ae160c7032e4dffc Mon Sep 17 00:00:00 2001 From: Niel Drummond Date: Tue, 3 Dec 2024 15:52:26 +0000 Subject: [PATCH] build(utoipa): Add utoipa dep for clarity --- common/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/Cargo.toml b/common/Cargo.toml index 2f7aaee7e..7d73b08d7 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -75,6 +75,7 @@ service = ["chrono/serde", "display", "tracing", "tracing-subscriber", "uuid"] test-utils = ["wiremock"] tonic = ["dep:tonic"] tracing = ["dep:tracing"] +utoipa = ["dep:utoipa"] [dev-dependencies] proptest = "1.1.0"