mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
chore: enable syntax highlighting for toml in readme
This commit is contained in:
parent
17c7ce616c
commit
312321cbd3
@ -54,7 +54,7 @@ A basic TCP echo server with Tokio.
|
|||||||
|
|
||||||
Make sure you activated the full features of the tokio crate on Cargo.toml:
|
Make sure you activated the full features of the tokio crate on Cargo.toml:
|
||||||
|
|
||||||
```text
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.5.0", features = ["full"] }
|
tokio = { version = "1.5.0", features = ["full"] }
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user