The templates/simple/Cargo.toml contains Vercel template placeholders ({{project-name}}, {{authors}}) that aren't valid identifiers. When using ratzilla as a git dependency, cargo recursively parses all Cargo.toml files in the repository, including template files, causing the IDE to fail to parse the project.
Actual compilation with cargo build, trunk build, etc. works fine - this is purely metadata/IDE issue.
Suggest we move the template to its own repository.