Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBoji committed Oct 10, 2024
2 parents 800f387 + 7d88b0d commit 48e1770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ tokio = { version = "1", features = ["full"] }
serde = { version = "1.0", features = ["derive"] }
actix-web = "4"
axum = "0.7.7"
# # for actix crates
# # utoipa = { version = "4.2.3", features = ["actix_extras"] }
# # utoipa-swagger-ui = { version = "7.1.0", features = ["actix-web"] }
# # for axum crates
utoipa = { version = "4.2.3", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] }
tokio-postgres = "0.7"
Expand Down

0 comments on commit 48e1770

Please sign in to comment.