|
|
@ -19,7 +19,7 @@ To add `elefren` to your project, add the following to the |
|
|
|
`[dependencies]` section of your `Cargo.toml` |
|
|
|
`[dependencies]` section of your `Cargo.toml` |
|
|
|
|
|
|
|
|
|
|
|
```toml |
|
|
|
```toml |
|
|
|
elefren = "0.18" |
|
|
|
elefren = "0.19" |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## Usage |
|
|
|
## Usage |
|
|
@ -36,7 +36,7 @@ In your `Cargo.toml`, make sure you enable the `toml` feature: |
|
|
|
|
|
|
|
|
|
|
|
```toml |
|
|
|
```toml |
|
|
|
[dependencies] |
|
|
|
[dependencies] |
|
|
|
elefren = { version = "0.18", features = ["toml"] } |
|
|
|
elefren = { version = "0.19", features = ["toml"] } |
|
|
|
``` |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
```rust,no_run |
|
|
|
```rust,no_run |
|
|
|