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 032b03a commit 95b4124Copy full SHA for 95b4124
Cargo.toml
@@ -15,6 +15,10 @@ name = "bench"
15
harness = false
16
path = "benches/bench.rs"
17
18
+[[example]]
19
+name = "server"
20
+required-features = ["iron-handlers", "expose-test-schema"]
21
+
22
[features]
23
default = ["rustc-serialize"]
24
nightly = []
examples/server.rs
@@ -2,7 +2,7 @@ extern crate iron;
2
extern crate mount;
3
extern crate logger;
4
extern crate rustc_serialize;
5
-#[macro_use] extern crate juniper;
+extern crate juniper;
6
7
use std::env;
8
0 commit comments