Skip to content

Use Cargo Workspaces in generated project to reduce compilation times #194

Description

@AnthonyMichaelTDM

Currently, running the build scripts takes an unnecessary amount of time because all the scripts are treated like separate binaries but have the same dependencies as the backend, meaning that all the dependencies of the backend are compiled twice if you, for example, run cargo fullstack.

https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions