Add TOML syntax highlight to README

This commit is contained in:
nabijaczleweli 2016-10-07 19:17:28 +02:00
parent d8de167724
commit f67927cfe6
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1

View File

@ -12,14 +12,14 @@ It allows you to build rich user interfaces for terminal applications.
It is designed to be safe and easy to use:
```
```toml
[dependencies]
cursive = "0.3"
```
Or to use the latest git version:
```
```toml
[dependencies]
cursive = { git = "https://github.com/gyscos/Cursive" }
```