mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-29 16:55:34 +00:00
docs: update cargo-edit link in the installation section
The project `cargo-add` has been deprecated in favor of `cargo-edit`: https://github.com/withoutboats/cargo-add
This commit is contained in:
parent
ac19c660c5
commit
684ab185fe
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ using Rust's familiar stdlib API.
|
|||
|
||||
## Installation
|
||||
|
||||
With [cargo add][cargo-add] installed run:
|
||||
With [cargo-edit](https://github.com/killercup/cargo-edit) installed run:
|
||||
|
||||
```sh
|
||||
$ cargo add async-std
|
||||
|
|
Loading…
Reference in a new issue