updating readme with toml

This commit is contained in:
Charles Chamberlain 2017-02-25 12:51:39 -06:00
parent f846011bb1
commit 65b4db8a5e

View file

@ -7,6 +7,7 @@ A practical guide to the Rust crate ecosystem.
### [File IO](pages/fileio.md) [![file][file-badge]][file]
### [Command Line Parsing](pages/cliparsing.md) [![clap][clap-badge]][clap]
### [JSON](pages/json.md) [![json][json-badge]][json]
### [TOML](pages/toml.md) [![toml][toml-badge]][toml]
## A note about error handling