Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
doubleailes authored Jan 15, 2024
1 parent d92d17a commit e902845
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 @@ -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"
features = ["json"]

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

0 comments on commit e902845

Please sign in to comment.