I tried creating a Mason project with the structure:
|> tree
.
├── Mason.lock
├── Mason.toml
├── src
│ └── bin
│ └── hello.chpl
└── test
by analogy with what is possible using Rust and Cargo. However, this doesn’t seem to work.
|> mason build
Skipping registry update since no dependency found in manifest file.
Mason could not find your project
Is this a side of Cargo that Mason will not be following up on?