We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo.toml
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 ?
The text was updated successfully, but these errors were encountered:
Ah, I believe those instructions assume that this repo is cloned locally and you're running that command from that directory. Might be your issue
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: