chore: enable syntax highlighting for toml in readme

This commit is contained in:
Taiki Endo
2021-05-09 16:21:36 +02:00
committed by John-John Tedro
parent 17c7ce616c
commit 312321cbd3
+1 -1
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:
```text
```toml
[dependencies]
tokio = { version = "1.5.0", features = ["full"] }
```