From d92d17a1cbbc81a1c8ecec032429a424dffb52a8 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Sat, 16 Dec 2023 19:49:52 +0100 Subject: [PATCH] add rocket et okapi master --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 968174f..b34ab70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,11 +18,11 @@ serde_json = "1.0.108" glob = "0.3.1" schemars = "0.8.15" framels = "0.5.3" +rocket_okapi = { git = "https://github.com/GREsau/okapi.git", features = [ + "swagger", + "rapidoc", +] } [dependencies.rocket] -version = "0.5.0-rc.3" +version = "0.5.0" features = ["json"] - -[dependencies.rocket_okapi] -version = "0.8.0-rc.3" -features = ["swagger"]