Apologies, as this is a n00b question. (My language of choice is Go, not Rust.) Re. README.md / Getting Started / Running the server: When I try the command `cargo run -p warg-server -- --content-dir content` I get the error message `error: could not find Cargo.toml in /Users/fbaube/[the execution directory] or any parent directory` What is the correct way to remove this message ?
Apologies, as this is a n00b question. (My language of choice is Go, not Rust.)
Re. README.md / Getting Started / Running the server:
When I try the command
cargo run -p warg-server -- --content-dir contentI get the error message
error: could not find Cargo.toml in /Users/fbaube/[the execution directory] or any parent directoryWhat is the correct way to remove this message ?