1
0
mirror of https://github.com/actix/actix-website synced 2025-04-29 08:04:16 +02:00

updating cargo.toml for first example ()

This commit is contained in:
Daniel Lee 2022-03-14 22:44:17 +09:00 committed by GitHub
parent 91f1158c69
commit 17fc2533e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`: