Skip to content

Commit 59e5381

Browse files
committed
Add dependency note to crate doc
1 parent 857f53b commit 59e5381

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ schema, as well as an optional integration into the [Iron framework][2]. It
1414
tries to keep the number of dynamic operations to a minimum, and give you as the
1515
schema developer the control of the query execution path.
1616
17+
Juniper only depends on `rustc-serialize` by default, making it lightweight and
18+
easy to drop into any project. Through the `iron-handlers` feature, it also
19+
depends on Iron.
20+
1721
## Exposing data types
1822
1923
The `GraphQLType` trait is the primary interface towards application developers.

0 commit comments

Comments
 (0)