Something broke between Gerust 0.0.5 and 0.0.6.
default and the full blueprint don't generate properly. minimal works fine.
Reproduction
cargo install gerust (installs the latest 0.0.6 release)
gerust example / gerust -f example
Returns:
- [89/89] Done: web ❌ Could not generate project!
It does generate a directory but it doesn't include additional files such as tests e.g. web/src/tests/api/tasks_test.rs is missing.
Workaround
cargo install gerust@0.0.5
It could be related to #227