mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
updating json response docs cargo.toml (#264)
This commit is contained in:
@ -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" >}}
|
||||
|
Reference in New Issue
Block a user