update readme

This commit is contained in:
D. Scott Boggs 2022-12-05 10:35:45 -05:00
parent e69d92f71e
commit fdf180398f
1 changed files with 7 additions and 1 deletions

View File

@ -19,9 +19,15 @@ To add `elefren` to your project, add the following to the
`[dependencies]` section of your `Cargo.toml`
```toml
elefren = "0.22"
elefren = "0.23"
```
Alternatively, run the following command:
~~~console
$ cargo add elefren
~~~
## Example
In your `Cargo.toml`, make sure you enable the `toml` feature: