Is your feature request related to a problem? Please describe.
Mismatched versions of, e.g., process_lib can lead to very-hard-to-diagnose compiler errors:

Describe the solution you'd like
We should print more useful errors when this type of thing occurs. Some ways to accomplish this:
kit build looks at various Cargo.tomls and, if versions mismatch, fails out & prints error,
kit build intercepts error above and attaches suggestions for how to deal with it, namely matching version numbers.
FYI @jurij-jukic
Is your feature request related to a problem? Please describe.
Mismatched versions of, e.g., process_lib can lead to very-hard-to-diagnose compiler errors:
Describe the solution you'd like
We should print more useful errors when this type of thing occurs. Some ways to accomplish this:
kit buildlooks at variousCargo.tomls and, if versions mismatch, fails out & prints error,kit buildintercepts error above and attaches suggestions for how to deal with it, namely matching version numbers.FYI @jurij-jukic