Clarify correct specification of dependency on serde (#525)

Closes #494
This commit is contained in:
nirasan
2019-05-17 02:46:00 +09:00
committed by Sean McArthur
parent 11d477f49a
commit 9f22f46e85
8 changed files with 12 additions and 9 deletions

View File

@@ -4,11 +4,11 @@ extern crate futures;
extern crate reqwest;
extern crate tokio;
extern crate serde;
#[macro_use] extern crate serde_derive;
extern crate serde_json;
use futures::Future;
use reqwest::async::{Client, Response};
use serde::Deserialize;
#[derive(Deserialize, Debug)]
struct Slideshow {