2
0
Fork 1
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:
Jesús Rubio 2021-01-13 11:19:58 +01:00 committed by GitHub
parent ac19c660c5
commit 684ab185fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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