docs(walkthrough): fix invocation — needs --manifest-path from repo root #106

Merged
timur merged 1 commit from walkthrough-docfix into development 2026-05-21 10:56:49 +00:00
Owner

Doc-comment fix on top of #105. hero_recipes_examples is a member of the nested example/recipe_server/ workspace, not the top-level hero_rpc/ workspace — cargo run -p hero_recipes_examples from the repo root errors with "package not found in workspace". The walkthrough header now documents both working invocations:

  • from the repo root: cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthrough
  • from inside example/recipe_server/: cargo run -p hero_recipes_examples --example 01_walkthrough

Verified: cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthrough completes end-to-end from the repo root.

Doc-comment fix on top of #105. `hero_recipes_examples` is a member of the nested `example/recipe_server/` workspace, not the top-level `hero_rpc/` workspace — `cargo run -p hero_recipes_examples` from the repo root errors with "package not found in workspace". The walkthrough header now documents both working invocations: - from the repo root: `cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthrough` - from inside `example/recipe_server/`: `cargo run -p hero_recipes_examples --example 01_walkthrough` Verified: `cargo run --manifest-path example/recipe_server/Cargo.toml --example 01_walkthrough` completes end-to-end from the repo root.
docs(walkthrough): fix invocation — needs --manifest-path from repo root
Some checks failed
Test / test (push) Failing after 1m45s
Test / test (pull_request) Failing after 2m20s
463f7691b7
hero_recipes_examples is a member of the nested example/recipe_server/
workspace, not the top-level hero_rpc/ workspace. Running
`cargo run -p hero_recipes_examples` from the repo root errors with
`package not found in workspace`. Doc-comment the working invocations
for both call sites.
timur merged commit fb1e84de7f into development 2026-05-21 10:56:49 +00:00
timur deleted branch walkthrough-docfix 2026-05-21 10:56:49 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_rpc!106
No description provided.