The idea is to parse crates from use statements(in the current buffer) and look them up in Cargo.toml. Then the user could get a minibuffer prompt containing the missing dependencies similar to Add missing dependencies: cargo add crate1 crate2 crate3.
#145