mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
process: Update README with crates.io info
This commit is contained in:
@@ -4,6 +4,7 @@ An implementation of process management for Tokio
|
||||
|
||||
[](https://travis-ci.org/alexcrichton/tokio-process)
|
||||
[](https://ci.appveyor.com/project/alexcrichton/tokio-process)
|
||||
[](https://crates.io/crates/tokio-process)
|
||||
|
||||
[Documentation](https://alexcrichton.github.io/tokio-process)
|
||||
|
||||
@@ -13,7 +14,7 @@ First, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio-process = { git = "https://github.com/alexcrichton/tokio-process" }
|
||||
tokio-process = "0.1"
|
||||
```
|
||||
|
||||
Next, add this to your crate:
|
||||
|
||||
Reference in New Issue
Block a user