more generic, find rustc as well

This commit is contained in:
Craig Disselkoen 2020-05-05 13:44:43 -07:00
parent ffaef1b7ae
commit 5aa1bba107
4 changed files with 71 additions and 54 deletions

View file

@ -1,6 +1,7 @@
//! FIXME: write short doc here
mod cargo_workspace;
mod find_executables;
mod json_project;
mod sysroot;