From 5af8f2cd51e04472ecbc87c1e930497702f48c27 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Fri, 26 Jan 2024 18:39:52 -0800 Subject: [PATCH] One more thing. --- core/http/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index 2917144a5f..ae8499bd20 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -46,3 +46,6 @@ package = "uuid" version = "1" optional = true default-features = false + +[dev-dependencies] +rocket = { path = "../lib", features = ["mtls"] }