mirror of
https://github.com/actix/actix-website
synced 2025-01-22 16:15:56 +01:00
updating cargo.toml for first example (#262)
This commit is contained in:
parent
91f1158c69
commit
17fc2533e5
@ -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`:
|
||||
|
Loading…
x
Reference in New Issue
Block a user