Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes committed Jan 15, 2024
1 parent b2e64f5 commit 9430d2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,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"
features = ["json"]

[dependencies.rocket_okapi]
version = "0.8.0"
features = ["swagger"]

0 comments on commit 9430d2e

Please sign in to comment.