mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +00:00
Updated note about cargo add since it is now integrated in cargo
This commit is contained in:
parent
8947d8e03c
commit
79c2345e0f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue