mirror of
https://github.com/actix/actix-website
synced 2024-11-27 18:12:57 +01:00
updating json response docs cargo.toml (#264)
This commit is contained in:
parent
80549a9fb2
commit
c788681d45
@ -22,7 +22,7 @@ For the following example to work, you need to add `serde` to your dependencies
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
serde = "1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
```
|
||||
|
||||
{{< include-example example="responses" file="json_resp.rs" section="json-resp" >}}
|
||||
|
Loading…
Reference in New Issue
Block a user