chore: enable syntax highlighting for toml in readme

This commit is contained in:
Taiki Endo 2021-05-09 22:30:58 +09:00 committed by John-John Tedro
parent 17c7ce616c
commit 312321cbd3

View File

@ -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"] }
``` ```