### Motivation & problem statement The code analyzer cannot correctly identify this rust project and its workspaces corresponding to each subdirectories.
### Proposed solution Adding a top-level Cargo.toml, this configures a virtual workspace – a workspace that is only a container for member packages, but does not build a package itself. See the main [Cargo.toml](https://github.com/SergioBenitez/Rocket/blob/master/Cargo.toml) file of Rocket for a real-world example of a virtual workspace -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave/issues/546