Automatically find crates from extern crate
roblabla opened this issue · 1 comments
roblabla commented
It'd be nice if cargo script would look at every extern crate
, and automatically add a dependency to use the latest version on crates.io. This would cut on the redundancy while probably being enough for quick scripts.
DanielKeep commented
This is a duplicate of #38.