Expand description
Runtime detection of whether the running doido / doido-generators binary
lives inside a local Doido framework checkout (path deps) or is an isolated /
published install (crates.io version deps matching this binary’s release).
Structs§
- Dependency
Mode - How generated apps should depend on first-party
doido-*crates.
Functions§
- find_
dev_ workspace_ root - Walks upward from the running executable until a Doido workspace is found.
- is_
doido_ workspace - Returns the workspace root when
pathlooks like a Doido framework checkout.