BurntSushi / walkdir

Rust library for walking directories recursively.
The Unlicense
1.21k stars 106 forks source link

error: specified package has no binaries #103

Closed benmarten closed 6 years ago

benmarten commented 6 years ago

This happens when running cargo install walkdir

benmarten commented 6 years ago

Looks like it's not published as binary...

Adding this to Cargo.toml fixed it:

[dependencies]
walkdir = "2"
BurntSushi commented 6 years ago

@benmarten Could you please say what sequence of steps led you to running cargo install walkdir so that we can try to fix it?

Looks like it's not published as binary...

Can you say why you expected it to be?