You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.