Restructure node graph proxy architecture

This commit is contained in:
Dennis
2022-08-01 23:44:13 -07:00
committed by Keavon Chambers
parent 6349edfeb3
commit 119e865007
11 changed files with 128 additions and 81 deletions
+2
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"]}