Skip to content

Commit

Permalink
add rocket et okapi master
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Dec 16, 2023
1 parent f6948ad commit d92d17a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit d92d17a

Please sign in to comment.