vmware-archive / haret

A strongly consistent distributed coordination system, built using proven protocols & implemented in Rust.
461 stars 18 forks source link

README - possible issue with cargo run --bin haret-admin #140

Closed MarkSwanson closed 7 years ago

MarkSwanson commented 7 years ago

haret$ rlwrap cargo run --bin haret-admin 127.0.0.1:2001 .../haret/Cargo.toml` is a virtual manifest, but this command requires running against an actual package in this workspace

I'm running a slightly old nightly (cargo 0.20.0-nightly (397359840 2017-05-18)) so apologies if this is my fault (my environment isn't stable).

But in case Cargo has updated since you last tested your README, and in case this helps someone the solution here is:

haret$ rlwrap ./target/debug/haret-admin 127.0.0.1:2001

andrewjstone commented 7 years ago

Hi @MarkSwanson. This breakage happened due to a refactoring into workspaces a couple of months back. I have updated the docs to reflect the new usage.