Skip to content

blue-project.toml

The blue-project.toml file is used to configure individual projects in a workspace.

Sections

[project]

Details about the project.

project.name

The name of the project.

toml
[project]
name = "my-project"