summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3d28410..ab0561d 100644
--- a/README.md
+++ b/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;