pub(crate) fn arti_dependencies(dependencies: &Table) -> Vec<Dependency>
Expand description
Given a [dependencies]
table from a Cargo.toml, find all of the
dependencies that are also part of arti.
We do this by looking for ones that have path
set.