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"] }