Make the `toml` feature more clear in the README example

master
Paul Woolcock 5 years ago
parent de658232fd
commit 497fa32a44
  1. 7
      README.md

@ -32,6 +32,13 @@ extern crate elefren;
## Example
In your `Cargo.toml`, make sure you enable the `toml` feature:
```toml
[dependencies]
elefren = { version = "0.18", features = ["toml"] }
```
```rust,no_run
extern crate elefren;

Loading…
Cancel
Save