This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This odd little commit is a workaround for a Cargo workspaces bug, described in rust-lang/cargo#6745; this workaround is described in a comment there[1]. When using this repository as a submodule, it becomes impossible to validate the definitions with the command below, if it contains a Cargo workspace: ``` cargo run --manifest-path=validate-witx/Cargo.toml ./compute-at-edge.witx ``` Moreover, we cannot always add the repo to the `exclude` array, for reasons explained in the attached Cargo issue. So, we'll introduce this empty workspace array, to avoid that issue for now. [1]: rust-lang/cargo#6745 (comment)
- Loading branch information