DanielKeep / cargo-script

Cargo script subcommand
Other
729 stars 37 forks source link

Automatically find crates from extern crate #43

Closed roblabla closed 7 years ago

roblabla commented 7 years ago

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 7 years ago

This is a duplicate of #38.