1
0
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:
Daniel Lee 2022-03-15 20:55:30 +09:00 committed by GitHub
parent 80549a9fb2
commit c788681d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ For the following example to work, you need to add `serde` to your dependencies
```toml ```toml
[dependencies] [dependencies]
serde = "1" serde = { version = "1.0", features = ["derive"] }
``` ```
{{< include-example example="responses" file="json_resp.rs" section="json-resp" >}} {{< include-example example="responses" file="json_resp.rs" section="json-resp" >}}