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;