merge
Showing
+235 -71
... | ... | @@ -37,7 +37,7 @@ time = { version = "0.3.5", features = ["formatting", "macros"] } |
tokio = { version = "1.14.0", features = ["full"] } | ||
warp = { version = "0.3.2", default-features = false, features = ["tls"] } | ||
zeroize = "1.4.3" | ||
graphql-parser = "0.4.0" | ||
graphql-parser = { git = "https://github.com/alpdeniz/graphql-parser", branch = "tilda_as_reverse_edges" } | ||
[dev-dependencies] | ||
criterion = "0.3.5" | ||
... | ... |
Please register or sign in to comment