Implement node composition and Cache node

This commit is contained in:
Dennis
2022-03-27 23:12:12 +02:00
committed by Keavon Chambers
parent ab727de684
commit 1174fadfaf
5 changed files with 349 additions and 132 deletions
+2
View File
@@ -12,3 +12,5 @@ rust_analyzer = ["ide", "ide_db"]
ide = { version = "*", package = "ra_ap_ide", optional = true }
ide_db = { version = "*", package = "ra_ap_ide_db" , optional = true }
graph-proc-macros = {path = "proc-macro"}
once_cell = "1.10"
dashmap = "5.2"