We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f49f50 commit fa01131Copy full SHA for fa01131
2 files changed
Cargo.toml
@@ -18,6 +18,7 @@ path = "src/rust/lib.rs"
18
[dependencies]
19
hyper = "*"
20
mime = "*"
21
+rustc-serialize = "*"
22
yup-oauth2 = "*"
23
serde = "*"
24
serde_macros = "*"
src/rust/lib.rs
@@ -5,6 +5,7 @@
5
#[macro_use]
6
extern crate hyper;
7
extern crate mime;
8
+extern crate rustc_serialize;
9
extern crate yup_oauth2 as oauth2;
10
extern crate serde;
11
0 commit comments