Restructure node graph proxy architecture

This commit is contained in:
Dennis
2022-04-03 19:25:07 +02:00
committed by Keavon Chambers
parent cb337fd338
commit 90e465b35c
11 changed files with 128 additions and 81 deletions

View File

@@ -3,8 +3,10 @@ name = "graphene-core"
version = "0.1.0"
edition = "2021"
description = "Api definitions for graphene"
authors = ["Dennis Kobert <dennis@kobert.dev>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dyn-any = {path = "../dyn-any", features = ["derive"]}