From c15c9a7b0927095f07322f3495bb0cf4deb2b339 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 10 May 2021 13:31:46 +0000 Subject: [PATCH] Add juniper-from-schema to dependencies Co-authored-by: Elias Schriefer --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c5d9035..6726383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2018" [dependencies] juniper = "^0.15" juniper_warp = "^0.6" +juniper-from-schema = "^0.5" [dependencies.warp] version = "^0.3"