DanielKeep/cargo-script

Automatically find crates from extern crate

roblabla opened this issue · 1 comments

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.

This is a duplicate of #38.