Add dependency note to crate doc

This commit is contained in:
Magnus Hallin 2016-10-16 22:21:44 +02:00
parent 857f53bf7a
commit 59e5381a56

View file

@ -14,6 +14,10 @@ schema, as well as an optional integration into the [Iron framework][2]. It
tries to keep the number of dynamic operations to a minimum, and give you as the
schema developer the control of the query execution path.
Juniper only depends on `rustc-serialize` by default, making it lightweight and
easy to drop into any project. Through the `iron-handlers` feature, it also
depends on Iron.
## Exposing data types
The `GraphQLType` trait is the primary interface towards application developers.