Skip to content
New issue

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

Updated note about cargo add since it is now integrated in cargo #1076

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ using Rust's familiar stdlib API.

## Installation

With [cargo-edit](https://github.com/killercup/cargo-edit) installed run:
Run this in your projects folder:

```sh
$ cargo add async-std
Expand All @@ -122,7 +122,7 @@ $ cargo add async-std
We also provide a set of "unstable" features with async-std. See the [features
documentation] on how to enable them.

[cargo-add]: https://github.com/killercup/cargo-edit
[cargo add]: https://doc.rust-lang.org/cargo/commands/cargo-add.html
[features documentation]: https://docs.rs/async-std/#features

## Ecosystem
Expand Down
Loading