Skip to content

Commit c9d8b19

Browse files
committed
Add dependencies explanation to book
1 parent 393b72e commit c9d8b19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/tutorial/specification.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ $ rustup override add nightly
4545
$ rustc --version
4646
rustc 1.38.0-nightly (c4715198b 2019-08-05)
4747
```
48+
49+
Add the following lines to `Cargo.toml`:
50+
51+
```toml
52+
[dependencies]
53+
futures-preview = { version = "0.3.0-alpha.18", features = [ "async-await", "nightly" ] }
54+
async-std = "0.99"
55+
```

0 commit comments

Comments
 (0)