poanetwork / hbbft

An implementation of the paper "Honey Badger of BFT Protocols" in Rust. This is a modular library of consensus.
Other
357 stars 96 forks source link

Error Cargo.toml #420

Open salemmohammed opened 5 years ago

salemmohammed commented 5 years ago

error: could not find Cargo.toml in /Users/salemalqahtani or any parent directory.

I am trying to run the simulation on my mac computer and the above error appeared. I cannot work around it. Can anybody help me out?

Sincerely

afck commented 5 years ago

Are you running cargo run --example simulation --release from inside the hbbft directory, i.e. the directory that contains the Cargo.toml?