Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Nov 13, 2023
1 parent ea5eff8 commit c020e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ path = "gen_openapi.rs"
required-features = [ "gen_api" ]

[dependencies]
backend = { path = "../backend/", optional = true }
bob-management = { path = "../backend/", optional = true }

## OpenAPI + Swagger
utoipa = { version = "4.0", features = ["yaml"], optional = true }

[features]
default = [ "gen_api" ]
gen_api = [ "dep:utoipa", "backend/swagger"]
gen_api = [ "dep:utoipa", "bob-management/swagger"]

0 comments on commit c020e20

Please sign in to comment.