mirror of
https://github.com/actix/actix-website
synced 2025-06-29 08:14:58 +02:00
updating cargo.toml for first example (#262)
This commit is contained in:
@ -14,7 +14,7 @@ First example of json of `JSON Request` depends on `serde`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
serde = "1"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
```
|
||||
|
||||
Second example of `JSON Request` depends on `serde` and `serde_json`:
|
||||
|
Reference in New Issue
Block a user