Integrate dyn-any into the main graphite repo

This commit is contained in:
Dennis
2022-08-04 08:52:24 +02:00
parent 52b3553a75
commit 30af1ba8db
17 changed files with 1724 additions and 1600 deletions

View File

@@ -18,7 +18,7 @@ default = ["derive", "memoization"]
[dependencies]
graphene-core = {path = "../gcore"}
borrow_stack = {path = "../borrow_stack"}
dyn-any = {path = "../dyn-any", features = ["derive"]}
dyn-any = {path = "../../libraries/dyn-any", features = ["derive"]}
graph-proc-macros = {path = "../proc-macro", optional = true}
once_cell = {version= "1.10", optional = true}
ide = { version = "*", package = "ra_ap_ide", optional = true }