diff --git a/examples/rocket_okapi_example/api/Cargo.toml b/examples/rocket_okapi_example/api/Cargo.toml index 6bd5abfd..1698ca43 100644 --- a/examples/rocket_okapi_example/api/Cargo.toml +++ b/examples/rocket_okapi_example/api/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] async-stream = { version = "0.3" } async-trait = { version = "0.1" } -rocket-example-service = { path = "../service" } +rocket-okapi-example-service = { path = "../service" } futures = { version = "0.3" } futures-util = { version = "0.3" } rocket = { version = "0.5.0-rc.1", features = [