You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…in-getting-started-doc, r=GuillaumeGomez
Doc fix: Update Cargo.toml in book/getting-started
The Cargo.toml mentioned in book/getting-started
is missing the section called `[dependencies]`
fixesrust-lang#32928
I am learning rust and reading the book for the first time
in https://github.com/rust-lang/rust/blob/9094935b460975b6fac272ebf5985dfd71b90104/src/doc/book/getting-started.md#making-a-new-cargo-project-the-easy-way
the generated
Cargo.toml
has changedslight difference is that it has a section called
[dependencies]
should we specify the actual file ?
The text was updated successfully, but these errors were encountered: