Skip to content

Use glob path instead of defining each package #483

@AZProductions

Description

@AZProductions

Instead of defining each package individually, we should rather be using a glob path. Currently we are manually defining each package in ./Cargo.toml.

[workspace]
members = [
    "crates/toybox_c1200",
    ...
]
resolver = "2"

By using a glob path, we can cut down on the lines code needed.

[workspace]
members = ["crates/*"]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions