From 358f344fdaa89ade62048ee2c205e75054d547c5 Mon Sep 17 00:00:00 2001 From: theduke Date: Mon, 5 Dec 2016 17:06:09 +0100 Subject: [PATCH] Add cargo and API docs links --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cdb7fec0..51493484 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,9 @@ Juniper does not include a web server - instead it provides building blocks to make integration with existing servers straightforward. It optionally provides a pre-built integration for the [Iron framework][iron]. +* [Cargo crate](https://crates.io/crates/juniper) +* [API Documentation](https://docs.rs/juniper/0.5.2/juniper/) + ## Installation Add Juniper to your Cargo.toml: